What can a Facebook app access?
I was wondering what a Facebook Application could access, or alternatively what the API can access. Can it retrive your current status (online/idle/offline), or the status of your friends? Can it see your friends wall-postings?
Or is the application restricted to only your information and yo开发者_如何学Pythonurself?
I would suggest checking out the Facebook permissions section for further information:
http://developers.facebook.com/docs/authentication/permissions/
(You will need to authenticate users to request these permissions, as described in the parent section of the above page)
Good luck :)
精彩评论