facebook-csharp-sdk / facebook-winclient-sdk

Facebook SDK for Windows & Windows Phone
http://facebooksdk.net
Apache License 2.0
61 stars 139 forks source link

Fix login to accommodate the API versioning by Facebook (since F8) #43

Open sanjeevdwivedi opened 10 years ago

sanjeevdwivedi commented 10 years ago

Facebook has implemented API versioning and new apps created post F8 (April 30th) cannot login anymore.

prabirshrestha commented 10 years ago

Facebook.dll issue is tracked at https://github.com/facebook-csharp-sdk/facebook-csharp-sdk/issues/294

sanjeevdwivedi commented 10 years ago

@prabirshrestha Tested this, it actually works even with new changes. The issue I was facing was because of a new requirement by Facebook. New apps MUST have the email address of the developer, else the login errors out with "the app is not configured correctly".

Unless, there is a response by tomorrow, I will close this EOD tomorrow.

sanjeevdwivedi commented 10 years ago

Waiting for Graph 2.0 support in Facebook.dll

SniperED007 commented 9 years ago

any news on this?

prabirshrestha commented 9 years ago

@sanjeevdwivedi v7.0.1-alpha now supports versioning for graph api and GetDialogUrl/GetLoginUrl.

https://github.com/facebook-csharp-sdk/facebook-csharp-sdk/pull/311 https://github.com/facebook-csharp-sdk/facebook-csharp-sdk/pull/319