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
|
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
|
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
|
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
|