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.

I have the Facebook SDK for Android working in my app. I can't seem to find any examples or documentation on how to use the SDK code to get Friend Requests. I have the permission "read_requests" set. Does anyone know what the graphPath parameter should be for Friend Requesta?

example: "me/????????"

Thanks

share|improve this question

1 Answer

up vote 3 down vote accepted

me/friendrequests

https://developers.facebook.com/docs/reference/api/user/#friendrequests

share|improve this answer
Awesome! What is the graphPath for Messages? I see Pokes and outbox, but i am looking for the path for new messages a user receives. – Camille Sévigny Dec 4 '11 at 3:02
You probably want the notifications method listed on the same page. – abraham Dec 5 '11 at 5:04
I know that the faceook api is not the best or the best documented, but are you sure? I assume that since there are 3 "types" of notification icons on the facebook html page, that there should be 3 ways to query them....Friend Requests, Messages & Notifications – Camille Sévigny Dec 5 '11 at 18:15
There is a whole bunch of different endpoints listed on the page. If you look through them you should find what you want. I just glanced at it and updates is another potential one. – abraham Dec 5 '11 at 19:31
Thanks for all your help Abraham. I'll send myself some test messages and see where they end up on the API. – Camille Sévigny Dec 5 '11 at 20:51
show 1 more comment

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.