Hi all, *How to get the list of friend_request using facebook API.* For example, user A,has logged in. Use B send request of adding friends to A Now, I want to get the friend_request of user A, how to do? *May the facebook graph API could not support the operate, yes or not?
*At the same time, I would like to use FQL as below, SELECT uid_from FROM friend_request WHERE uid_to=204686 (http://developers.facebook.com/docs/reference/fql/friend_request) But, how to send the FQL to facebook server?which url? like this:https://api.facebook.com/method/fql.query?query=select .... &access_token=....format=json... yes or not? any other idea? Thank you! Simon -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to android-developers+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/android-developers?hl=en