Facebook v2.0 Login with C# facebook sdk -
it looks c# facebook sdk (https://github.com/facebook-csharp-sdk/facebook-csharp-sdk) still uses login v1.0:
facebookclient.oauthresult.cs:
public partial class facebookclient { ... public virtual uri getdialogurl(string dialog, object parameters) { ... sb.appendformat(ismobile ? "https://m.facebook.com/dialog/{0}?" : "https://www.facebook.com/dialog/{0}?", dialog); } }
my question is: updated https://www.facebook.com/v2.0/dialog/oauth?
thanks, yury
there active branch @ https://github.com/facebook-csharp-sdk/facebook-csharp-sdk/tree/graph-api-v2 has been working on getting allow version based access api.
try using branch or subscribe open issue support graph 2.0.
facebook facebook-c#-sdk facebook-login
No comments:
Post a Comment