Fetch location or coordinates specfic posts using facebook search api
问题 Is there are way to fetch location/coordinate specific public posts using the facebook search api ( https://graph.facebook.com/search/?q=KEYWORD&type=post ... )? I want this to be a general search query, without any user authorization. I tried using https://graph.facebook.com/search?type=location¢er=37.76,-122.427&distance=1000&access_token=... , but this requires access_token and returns objects(not posts) posted only by friends of the user whose access token is used for querying. I also