According to facebook development site. https://developers.facebook.com/docs/graph-api/reference/v2.0/app/app_link_hosts
Under Publishing section
I tried with Android SDK but got this error
{"error":{"message":"(#200) Permissions error","type":"OAuthException","code":200}}
I tried with Curl option but got the same error
{"error":{"message":"(#200) Permissions error","type":"OAuthException","code":200}}
Ok so I double check my permission﹕ [public_profile, rsvp_event, publish_actions] I have the correct permission It is so simple. Unless I miss something.
EDIT Also check that the access_token is passed in.
If anyone have a solution please share.