0


I want to access inbox of my facebook from iPhone application.
I have implemented Graph API.
How to do that?

dks1725
  • 1,631
  • 1
  • 20
  • 29

1 Answers1

1

Issue GET request http://graph.facebook.com/me/inbox with read_mailbox permission and access_token.

Jeyara
  • 2,198
  • 1
  • 23
  • 26