开发者

Facebook PHP API Calls

So I simply want to add my current facebook status to my personal website. I have been looking at tutorial开发者_如何转开发s and other posts about fb and fb connect, but I am still confused.

Is there anyway to do this with simple REST calls? Like twitter or flickr?

From what I understand I dont need FB connect because I am just getting my own status and do not need to get any info from other visitors.

Any know how to do this?


Facebook does have an API, but unfortunately, you cannot use it without acquiring a secret key. Because Facebook gives users control over their data privacy settings, there is no "public access" to data retrieval methods. You must have a key in order to start fetching things.

All facebook applications are given a secret key when they are created. Users can prevent applications from retrieving their data if they want, hence the need for an associated key.

Facebook Connect applications function in the same way... they are assigned a key that is used remotely from a third-party site (ie. yours).

Unfortunately, without one of those keys you won't be able to access any data, even your own. You could probably come up with a work-around by making your own application and using that key to fetch data on yourself, but you'll need to go through some hoops to make it work on a permanent basis (ie. without a new session each time), like granting the offline_access extended permission.

0

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜