I have created a Facebook application. Now I would like to see the details of the users of my app (I mean authenticated Facebook users). And I would like to post some thing to the first 5 users (older users). How can I do this?
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.
|
|
closed as not a real question by CBroe, J. Steen, Filburt, Clyde Lobo, bmargulies Sep 19 '12 at 22:03
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, see the FAQ.
|
Assuming that you have authenticated the user with the permissions to get his detail. You can then call the Facebook Graph API method. For javascript:-
Or you can use PHP SDK and use its method after initializing it with the required permissions
The result object is an array that stores user information. Regarding the last part of your question you have to implement some sort of counter and do the post using the same api method call. |
|||
|
|