- Home
- Social Providers
Social Providers
SvcFacebook
The SvcFacebook object
| Method | Description |
|---|---|
| getFriendStatusFeed | Get a Facebook user's friend feed. |
| login | Take a Facebook access token and attempt to retrieve and login the matching user in our system. |
| post | Shares a post on the user's linked Facebook account. |
SvcTwitter
The SvcTwitter object
| Method | Description |
|---|---|
| getFriendsTimeline | Take Twitter authentication data and retrieve friends_timeline from Twitter API. |
| getUserInfo | Returns twitter account details for a particular user. |
| login | Take Twitter authentication data and attempt to retrieve and login the matching user in our system. |
| post | Posts a tweet to the user's linked Twitter account. |
| verifyCredentials | Take Twitter authentication data and attempt to retrieve the Twitter user's details. |