Getting Facebook Album Photo's on External Website using Graph API -


i'm trying facebook album data on site, using facebook graph api. i'm trying via ajax or postman can't work.

i can make normal https://graph.facebook.com/me call , name (i.e. shows got proper access token in postman , can see json).

it's when try call json album error below (again access token there call above)

from url, id of album: https://www.facebook.com/amir.sobhi.94/media_set?set=a.693877xxx02412.100004404098018&type=3

and error ...

{   "error": {     "message": "unsupported request. object id '693877xxx02412' not exist, cannot loaded due missing permissions, or not support operation. please read graph api documentation @ https://developers.facebook.com/docs/graph-api",     "type": "graphmethodexception",     "code": 100,     "fbtrace_id": "dhwlsshjttu"   } } 


Comments

Popular posts from this blog

javascript - Thinglink image not visible until browser resize -

firebird - Error "invalid transaction handle (expecting explicit transaction start)" executing script from Delphi -

mongodb - How to keep track of users making Stripe Payments -