Domanda

I am trying to publish my object using Facebook Open Graph. I am using the sample code from FB .

I am not unable to understand the error code thrown by Facebook, and it does not seem to documented as well. It would be great if somebody can point me in the right direction.

{
   "app_id":642296222485XXXX,
   "url":"\"http:\/\/samples.ogp.me\/649325335115XXX\"",
   "title":"\"Sample Badge\"",
   "image":"\"https:\/\/fbstatic-a.akamaihd.net\/images\/devsite\/attachment_blank.png\"",
   "description":"\"\""
}

enter image description here

È stato utile?

Soluzione

Switch the application in the Graph API Explorer to your application. The request are being made by the application "Graph API Explorer", not your app and hence the error is thrown.

enter image description here

Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a StackOverflow
scroll top