2017 © Pedro Peláez
 

laravel-package facebook

Facebook Post and more

image

developernaren/facebook

Facebook Post and more

  • Monday, April 10, 2017
  • by developernaren
  • Repository
  • 1 Watchers
  • 0 Stars
  • 11 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Laravel Facebook Posts

This is a simple package I created for my own use to post to facebook. This is not yet ready for general use. I plan to add a lot of other features., (*1)

Install

Via Composer, (*2)

$ composer require developernaren/facebook

Usage

I have made the facebook class into a singleton class because I need only a single instance at a time., (*3)

Because I have made this into a singleton, this is how it can currently be used ( I might change this in the future, But this is how I need it for now), (*4)

$fb = app()->make('FB');, (*5)

$fb->addStatus( "First line of the status )
->addStatus( "Second Line Here" )
->addlink( "http://linktomywebsite.com" )
->asPage( "<pageID>" )
->post();, (*6)

Contributing

Please see CONTRIBUTING and CONDUCT for details., (*7)

Security

If you discover any security related issues, please email :author_email instead of using the issue tracker., (*8)

License

The MIT License (MIT). Please see License File for more information., (*9)

The Versions

10/04 2017

dev-master

9999999-dev

Facebook Post and more

  Sources   Download

MIT

The Requires

 

by Narendra Chitrakar