Что-то не так с упомянутой вами страницей.
Я попытался https://graph.facebook.com/Smirnoff в моем Firefox и получил сообщение об ошибке «ложь».
Я попробовал страницу, упомянутую в официальном документе (https://developers.facebook.com/docs/reference/api/), и не нашел проблем.
Страницы:
https://graph.facebook.com/cocacola
(Страница Coca-Cola)
{
"id": "40796308305",
"name": "Coca-Cola",
"picture": "http://profile.ak.fbcdn.net/hprofile-ak-snc4/203509_40796308305_256509_s.jpg",
"link": "https://www.facebook.com/coca-cola",
"category": "Food/beverages",
"likes": 29964683,
"website": "http://www.coca-cola.com",
"username": "coca-cola",
"founded": "1886",
"products": "Coca-Cola is the most popular and biggest-selling soft drink in history, as well as the best-known product in the world.\n\nCreated in Atlanta, Georgia, by Dr. John S. Pemberton, Coca-Cola was first offered as a fountain beverage by mixing Coca-Cola syrup with carbonated water. Coca-Cola was introduced in 1886, patented in 1887, registered as a trademark in 1893 and by 1895 it was being sold in every state and territory in the United States. In 1899, The Coca-Cola Company began franchised bottling operations in the United States.\n\nCoca-Cola might owe its origins to the United States, but its popularity has made it truly universal. Today, you can find Coca-Cola in virtually every part of the world."
}
Я думаю, что я должен получить сообщение, предупреждающее меня, что я должен использовать токен доступа при попытке https://graph.facebook.com/Smirnoff.
OK. Позвольте мне продолжить. (Пожалуйста, замените текст жирным шрифтом на правильное значение.)
Пожалуйста, войдите в Facebook и создайте приложение Facebook.
Пожалуйста, перейдите по этой ссылке:
https://www.facebook.com/dialog/oauth?client_id=YOUR_APP_ID&redirect_uri=URL&scope=user_status,offline_access
Пожалуйста, позвольте ваше приложение Facebook.
Пожалуйста, получите токен доступа по этой ссылке:
https://graph.facebook.com/oauth/access_token?client_id=YOUR_APP_ID&client_secret=YOUR_APP_SECRET&grant_type=client_credentials
Пожалуйста, получите токен доступа к приложению по этой ссылке: https://graph.facebook.com/oauth/access_token?client_id=YOUR_APP_ID&client_secret=YOUR_APP_SECRET&grant_type=client_credentials
Пожалуйста, посетите вашу страницу с полученным access_token.
Согласно https://developers.facebook.com/docs/reference/api/, Поддерживаемые соединения для людей и страниц включают:
Friends: https://graph.facebook.com/me/friends?access_token=...
News feed: https://graph.facebook.com/me/home?access_token=...
Profile feed (Wall): https://graph.facebook.com/me/feed?access_token=...
Likes: https://graph.facebook.com/me/likes?access_token=...
Movies: https://graph.facebook.com/me/movies?access_token=...
Music: https://graph.facebook.com/me/music?access_token=...
Books: https://graph.facebook.com/me/books?access_token=...
Notes: https://graph.facebook.com/me/notes?access_token=...
Permissions: https://graph.facebook.com/me/permissions?access_token=...
Photo Tags: https://graph.facebook.com/me/photos?access_token=...
Photo Albums: https://graph.facebook.com/me/albums?access_token=...
Video Tags: https://graph.facebook.com/me/videos?access_token=...
Video Uploads: https://graph.facebook.com/me/videos/uploaded?access_token=...
Events: https://graph.facebook.com/me/events?access_token=...
Groups: https://graph.facebook.com/me/groups?access_token=...
Checkins: https://graph.facebook.com/me/checkins?access_token=...
Если ваша страница является музыкальной страницей, попробуйте эту ссылку: https://graph.facebook.com/me/music?access_token=ACCESS_TOKEN
Пожалуйста, дайте мне знать, работает ли мой метод. Спасибо.