javascript - Access token doesn't work after July 2013 breaking changes -
application access token working earlier after breaking changes, application stopped working. error getting is
(#200) must have valid access_token access endpoint
i have used code below access token
var fb = new facebookclient(); dynamic result = fb.get("oauth/access_token", new { client_id = xxxx, client_secret = xxxxx, grant_type = "client_credentials", scope = "publish_stream" });
how can resolve issue?
not sure maybe work you.
add fb appid in info.plist
facebookappid --your fb id
good luck
Comments
Post a Comment