ruby on rails 3 - how to find facebook page is restricted page using graph api or FQL? -


is possible detail page restriction using graph api or fql ?

https://www.facebook.com/dufoodanddrink

i'm using app access token , restclient gem facebook page detail in background.

response page is, {  "error": {  "message": "unsupported request.",   "type": "graphmethodexception",   "code": 100   } } 

i not detail why it's fail. how find page restricted ?

any suggestion ?

thanks in advance

that error received means method passed facebook invalid. can test methods @ https://developers.facebook.com/tools/explorer. passing {page-id} or {page-name} facebook api should return page information.

here results page posted in question:

{   "about": "making life @ trinity taste better. ",    "can_post": true,    "category": "food/beverages",    "description": "we put on different foodie events every week our members; tastings, cookery classes, group dinners, foodie films , more. offer smorgasbord of wonderful deals our wonderful business partners you'd silly not join.",    "is_published": true,    "location": {     "street": "room 3, atrium, trinity college",      "city": "dublin, ireland",      "zip": ""   },    "talking_about_count": 36,    "username": "dufoodanddrink",    "website": "www.dufoodanddrink.com",    "were_here_count": 0,    "id": "210187492372997",    "name": "du food , drink",    "link": "https://www.facebook.com/dufoodanddrink",    "likes": 2283,    "cover": { "cover_id": 660580360667039,      "source": "https://scontent-b.xx.fbcdn.net/hphotos-ash3/t1.0-9/s720x720/1924493_660580360667039_1641564952_n.jpg",      "offset_y": 56,      "offset_x": 0   } } 

Comments

Popular posts from this blog

java - WrongTypeOfReturnValue exception thrown when unit testing using mockito -

php - Magento - Deleted Base url key -

android - How to disable Button if EditText is empty ? -