Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

"message": "Unsupported post request. Object with ID does not exist, cannot be loaded due to missing permissions

I have two apps on facebook. In one, I can make API calls. In the other, I can not. I checked the configuration and the settings are the same. Can you help me?

Example: https://graph.facebook.com/860599774051206/?access_token=APP_ID|APP_SECRET

https://graph.facebook.com/860599774051206/notifications?template=@[860599774051206]test&access_token=APP_ID|APP_SECRET&method=post

the error is:

{ "error": { "message": "Unsupported post request. Object with ID '860599774051206' does not exist, cannot be loaded due to missing permissions, or does not support this operation. Please read the Graph API documentation at developers.facebook.com/docs/graph-api", "type": "GraphMethodException", "code": 100, "fbtrace_id": "BRW7BqFeEER" } }

like image 734
Giuseppe Lo Dico Avatar asked Aug 06 '16 14:08

Giuseppe Lo Dico


1 Answers

RESOLVED: Any app can change the user_id

In an app the user_id is 962084030569446, in the other 860599774051206

Thakns for all.

like image 128
Giuseppe Lo Dico Avatar answered Sep 29 '22 01:09

Giuseppe Lo Dico