jaipster
jaipster

Reputation: 11997

Facebook Publish Object issue via opengraph

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

Upvotes: 0

Views: 38

Answers (1)

Sahil Mittal
Sahil Mittal

Reputation: 20753

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

Upvotes: 1

Related Questions