How to get facebook's inbox messages,contacts into our application
I want php or asp.net code for fetching facebook's inbox messages and contacts into our applicatio开发者_如何学运维n when the application is added into facebook
For the contacts, use friends_get
For messages, use getThreadsInFolder
Use the official PHP library to wrap it all together (the linked page has an example on getting friends list)
Note that some methods need extended permissions.
精彩评论