, чтобы проверить это, вы можете попробовать здесь https://developers.facebook.com/tools/
в поле вставьте этот пример строки "search? q = spa & type = place & center = 40.7167, -74 & distance = 1000"
then you will see results like
{
"data": [
{
"location": {
"street": "221 Canal Street, Room 301",
"city": "New York",
"state": "NY",
"country": "United States",
"zip": "10013",
"latitude": 40.71761,
"longitude": -73.99933
},
"category": "Spas/beauty/personal care",
"name": "CiCi Beauty Spa",
"id": "180068255444372"
},
etc...
you can then post status like
("message", "im here guys"); // your message
("place", "180068255444372"); // the id of the place
in the tool field "me/feed"
в инструменте измените метод на POST, затем добавьте параметр поля для «message» и «place» для его проверки.