tom
tom

Reputation: 14513

Get nearby places without using user's access token

Does Facebook API allow apps to get nearby places/POIs without the need to provide a user's access token, but with only the app's key?

Upvotes: 2

Views: 815

Answers (1)

DMCS
DMCS

Reputation: 31860

Yep, sure does.

http://developers.facebook.com/tools/explorer?method=GET&path=search%3Fq%3Dstation%26type%3Dplace%26center%3D37.76%2C-122.427%26distance%3D1000

Place your app access token in the Access token field, and then click Submit.

Upvotes: 2

Related Questions