getFriendStatusFeed
- Home
- Social Providers
- SvcFacebook
- getFriendStatusFeed
getFriendStatusFeed
Get a Facebook user’s friend feed.
Parameters
Name | Description |
nodeID optional | The node ID for this domain. |
domain optional | Domain of ONEsite network to work with. |
userID required | ID of a ONEsite user. |
output optional | The response output format. Accepts JSON and XML. |
Request Syntax
https://services.onesite.com/rest/svcFacebook?action=getFriendStatusFeed&nodeID=188234&userID=229928503&devkey=[devkey] |
JSON Response
1 2 3 4 5 6 7 |
{ "service":"svcFacebook", "action":"getFriendStatusFeed", "code":20006, "message":"FATAL ERROR: This user has not linked a Facebook account.", "item":false } |
Service Information
Service | svcFacebook |
Method | getFriendStatusFeed |
Type | REST |
Response Types | JSON, XML |