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 am developing phonegap application and I want to show a list for nearby places using facebook.
I understand that I need to get access_token in order to use the graph api, but it seems akward and strange to ask the user login to facebook so I can get list of places that has nothing with you (I am not looking for places the user like/visited).

There is another way without asking the user to log-in?

share|improve this question
Can I generate access token for my application fake user name and use it for all users? – Yosy Aug 26 '12 at 20:33

1 Answer

up vote 3 down vote accepted

You can get places with an App Access Token, which does not require the user to log in.

Good luck with this. Location search with the Facebook APIs is challenging.

You might want to take a look at the Factual API or one of the Mapping APIs to get the place data.

share|improve this answer
thanks a lot , it fixes my struggling, about the Factual API, I will look at it, I just need simple api to get all nearby common places. Thanks :) – Yosy Aug 26 '12 at 21:18

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.