I've been googling before asking but all in vain unfortunately. Is the only possibility to have all facebook users of my app is maintaining my own database or maybe there's a simpler way provided by any Facebook API? Can anyone help me out? How do i do that?
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.
|
|
Facebook doesn't provide a way to retrieve users who have your application installed. And you should store that information on your end to be able to track this. You can only retrieve count of users who use your application from Application Insights (see answer to similar question: How do I get all the users that have authorized my Facebook app?) |
|||
|
|
|
http://developers.facebook.com/docs/mobile/ios/build/ download hackbook project from github and it is best example to get all fb data.
Request to get all friend data and it will respond to way to send request
Please like it. I suggest u to read only hackbook project, not the tut from fb site. it will confuse u. |
|||
|
|
