Facebook authentication: call to https://graph.facebook.com/oauth ...

DownloadString( "https://graph.facebook.com/me?access_token=" + accessToken ); dynamic data = Json.Decode(content); return new ...

Lee mas