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

Popular posts from this blog

php - Calling a template part from a post -

Firefox SVG shape not printing when it has stroke -

How to mention the localhost in android -