c# 4.0 - Facebook SDK C# -
I am trying to parse Facebook API via some AD / Feed API using Facebook ADC C # I am But I can not parse the keys quite right. Does anyone have an example of how it should work?
dynamic FB = new faceback client (token); Dynamic feed = fb.get ("123456 / feed"); Var msg = feed.message; // (does not get intellisense) or
var msg = feed ["message]; // Returns (no data key error.
You must also pass the App ID and the app to the FaceBack client. Confidential: Confirm:
& lt; facebookSettings appId = "123" App Indicator = "ABC" Site URL = "..." canvas page = "..." Canvas URL = ".." Cancel "=" ... "/> Try again:
FacebookWebClient fbWebClient = New FacebookWebClient (); Dynamic result = get fbWebClient ("123456 / feed");
Comments
Post a Comment