开发者

How to display facebook status feed on website with PHP? (similar to twitter feeds)

I've been looking all over for a way to do this, and I'm still rather stumped.

What I'd li开发者_开发技巧ke to do is have a facebook status feed alongside my twitter feed (see footer of this page), but cant seem to find a way of doing this without creating an app to convert my statuses to RSS then reading the RSS in PHP. which gets messy and complicated. Surely there is an easier way (other than facebook's supplied iframe status box).

Thanks in advance.

Zen


http://developers.facebook.com/docs/reference/fql/stream

"Facebook Query Language, or FQL, enables you to use a SQL-style interface to query the data exposed by the Graph API."

http://developers.facebook.com/docs/reference/fql/

Query with the viewer_id as your facebook UID, then parse the returned XML or JSON and integrate it into your twitter feed chronologically with the created_time field.

BTW, you need to get the appropriate keys for authorization by getting your developer key and your profile's access token. Since you probably want more than your public profile (maybe?) you need to request extended permissions for your profile.


Check out Facebook's Social Plugins. It allows you to display widgets with a single line of HTML code...very easy to setup.

Check out: http://developers.facebook.com/plugins

0

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜