Facebook Graph explorer: Unknown path components -
i'm new facebook graph api
decide start explorer
i access token photos permission
i insert url first:
me/albums
and result:
{ "data": [ { "created_time": "2010-09-05t12:04:01+0000", "name": "profile pictures", "id": "1587403170821" }, { "created_time": "2015-10-09t14:24:32+0000", "name": "mobile uploads", "id": "10207728693601171" }, { "created_time": "2015-09-30t13:00:27+0000", "name": "cover photos", "id": "10207681207694053" }, { "created_time": "2008-08-28t15:16:46+0000", "name": "כללי", "id": "1020707883793" }, { "created_time": "2008-08-26t16:26:25+0000", "name": "דן", "id": "1019996386006" }, { "created_time": "2008-08-06t13:36:47+0000", "name": "army", "id": "1009862332661" } ], "paging": { "cursors": { "before": "mtu4nzqwmze3mdgymqzdzd", "after": "mtawotg2mjmzmjy2mqzdzd" } } }
so try achive pictures in album, did described in facebook api reference, how photos :
v2.2/1587403170821/photos
but error:
{ "error": { "message": "unknown path components: /1587403170821/photos", "type": "oauthexception", "code": 2500, "fbtrace_id": "ameqguppuie" } }
i did search , found (oauthexception 2500 (unknown path components) when trying register achievement in facebook) , (error: "message": "unknown path components: /photos&callback=" code: 2500") questions
it's not helped me because had mistake url in replaced & instead ?
so problem?
i figure out
the problem mentioned graph api version in "command line"
but didn't notice it's there
thanks all
Comments
Post a Comment