2
I Use This!
Inactive

News

Analyzed 1 day ago. based on code collected 1 day ago.
Posted over 13 years ago by ntotten
THIS PROJECT HAS MOVED YOU CAN NOW FIND THIS PROJECT ON GITHUB: github.com/facebook-csharp-sdk
Posted over 13 years ago by ntotten
We have moved this project to Github. Please create issues at: https://github.com/facebook-csharp-sdk/facebook-csharp-sdk/issues
Posted over 13 years ago by ntotten
The LoginUrl on the FacebookAuthorizeAttribute is today a instance property and it doesn't support a global property. This means the login URL has to be replicated whereever the attribute is used. Please add support for a web.config property or use the existing loginUrl within ASP.NET auth configuration.Comments: Fixed in 5.0.46.
Posted over 13 years ago by ntotten
Looking at the constructor, it seems that the "error" query string parameter is not being stored. Facebook isn't documenting the error_reason parameter (see http://developers.facebook.com/docs/oauth/errors/) which makes is difficult to handle ... [More] authorization errors. Is it possible to add this to the class as the Error property?Comments: Fixed in 5.4.1 [Less]
Posted over 13 years ago by ntotten
At the moment the sdk doesn't support a way to generate urls besides canvas app.Need to add a new method like ResolveTabUrl()Comments: Moved to github: https://github.com/facebook-csharp-sdk/facebook-csharp-sdk/issues/72
Posted over 13 years ago by ntotten
If i turn on the Device Security on FB i get white screen after entering code from SMS instead of page with token.This is the uri i ... [More] gethttp://www.facebook.com/dialog/permissions.request?_path=permissions.request&app_id=137409049650615&redirect_uri=http://www.facebook.com/connect/login_success.html&display=touch&response_type=token&fbconnect=1&perms=offline_access&from_login=1&refsrc=http://m.facebook.com/checkpoint/&refid=0&m_sess=RHKNu-v7bCAf2M&_rdrIf i open it in my Firefox on PC it redirects to page with AcessToken, but on device nothing happens. Maybe u have any ideas?Comments: Moved to github: https://github.com/facebook-csharp-sdk/facebook-csharp-sdk/issues/71 [Less]
Posted over 13 years ago by ntotten
I'm using the ads api through graph. Just transferred over. We build up an elaborate set of ExpandoObjects to post the ad. One of the sub-ExpandoObjects is called "creative" and it has the creative. The JSON encoding that's happening in here seems to ... [More] be brain damaged about escaping double quotes. Here's a part of the posted form grabbed from the stream. Note the "body" text has double quotes in it and whatever JSON encoding is happening inside the FacebookSDK seems to be falling down here:Content-Disposition: form-data; name="creative"{"title":"Put your quarters up!","body":"Please "check" out the classics at the coinop.org museum.","image_file":"@image_7036.png","type":27,"story_id":"266129693418752_286263474731831","object_id":266129693418752,"name":"Dynamic 1_polybius.aspx_Arcade Games"}--8ce614f4e9a4932this is the function we have to do the post: public static dynamic GraphPost(string url, IDictionary<string, object> postData) { var app = new Facebook.FacebookClient(); dynamic result = app.Post(url, postData); return result; }the url is:https://graph.facebook.com/act___________/adgroups?access_token=______So it has the proper token, etc.Any ideas on why that's happening? I don't want to write checks for double quote handling if this is a bug in the FacebookSDK, which at the moment I think is true.thanksComments: Moved to github: https://github.com/facebook-csharp-sdk/facebook-csharp-sdk/issues/70 [Less]
Posted over 13 years ago by ntotten
Enable support for logging.discussion at http://facebooksdk.codeplex.com/discussions/248224Comments: Moved to github: https://github.com/facebook-csharp-sdk/facebook-csharp-sdk/issues/69
Posted over 13 years ago by ntotten
Support the mono environments.Comments: Moved to github: https://github.com/facebook-csharp-sdk/facebook-csharp-sdk/issues/68
Posted over 13 years ago by ntotten
continuation from http://facebooksdk.codeplex.com/workitem/5827works for canvas page but not for tabs.Comments: Moved to github: https://github.com/facebook-csharp-sdk/facebook-csharp-sdk/issues/67