If someone sends me a note using the facebook email feature (myname@facebook.com), how do you get this message using the API? Is it possible? I can see it in my Private Messages, but it doesn't seem to be coming over when I use FQL to query that table. Is it possible to get these messages?
Tell me more
×
Facebook - Stack Overflow is a question and answer site for
facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
|
|
You need to request the |
|||||||||||
|
|
You can use the Graph API to do this:
Check out: http://developers.facebook.com/tools/explorer/?method=GET&path=me%2Finbox |
|||
|
|