Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

To confirm transaction in detail, I accessed below API

https://graph.facebook.com/XXX?access_token=YYY

XXX= Order ID YYY= App ID

It worked before but now API returned error message.

{
   "error": {

      "message": "Unsupported get request.",
      "type": "GraphMethodException",
      "code": 100

   }
}

Any help to solve/confirm this problem?

Regards, Javanese

share|improve this question
Sorry, YYY is access token that I got from admin page. – javanesevn Jan 2 at 7:01

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.