Advertisement
Guest User

Untitled

a guest
Dec 10th, 2016
118
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. {
  2. "error": {
  3. "message": "An unknown error occurred",
  4. "type": "FacebookApiException",
  5. "code": 1,
  6. "error_subcode": 1929002,
  7. "fbtrace_id": "F9qp3C16CGP"
  8. }
  9. }
  10.  
  11. https://graph.facebook.com/{appid}/subscriptions?access_token={appid}|{appsecret}
  12.  
  13. {
  14. "object" : "user",
  15. "callback_url" : "{callbackurl}",
  16. "fields" : "notifications",
  17. "verify_token" : "{verification token}"
  18. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement