开发者

Facebook notification on third party software

开发者 https://www.devze.com 2023-03-14 12:50 出处:网络
Is there a fb api that allows user to get fb notification or latest wall post by friend on their own website? this means that the software will requires user 开发者_C百科fb credential.If you are tryin

Is there a fb api that allows user to get fb notification or latest wall post by friend on their own website? this means that the software will requires user 开发者_C百科fb credential.


If you are trying to create your own site that gets data from the users latest wall posts, you can use the Facebook Graph API https://developers.facebook.com/docs/reference/api/

To pull most recent wall posts (in JSON format), use:

https://graph.facebook.com/me/feed?access_token=<UserTokenHere>

The Facebook Graph API site above gives lots of good info on how to use this. If you are trying to do something else, please clarify your question.

Cheers!

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号