#laravel-socialmedia
The first step will be to implement a post function for each Driver and on this way a matching delete function for testing reasons.
'providers' = [
...
marvinosswald\Socialmedia\Providers\SocialmediaServiceProvider::class
],
'aliases' = [
...
'Socialmedia' => marvinosswald\Socialmedia\Facades\Socialmedia::class
]
Socialmedia::post($params,$drivers=[]);
Socialmedia Network Drivers, in the process I would like to craft somekind of unified api for all of them
Obtain permanent Access Token: http://stackoverflow.com/a/28418469
- FACEBOOK_APP_ID
- FACEBOOK_APP_SECRET
- FACEBOOK_ACCESS_TOKEN
Obtain permanent Access Token: https://dev.twitter.com/oauth/overview/application-owner-access-tokens
- TWITTER_ACCESS_TOKEN
- TWITTER_ACCESS_TOKEN_SECRET
- TWITTER_CONSUMER_KEY
- TWITTER_CONSUMER_SECRET
How to get an access token:
- Create Developer Account here
- Create App and get app_id & app_secret from app details page
- Issue new token
- PINTEREST_APP_ID
- PINTEREST_APP_SECRET
- PINTEREST_ACCESS_TOKEN