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

Outdated documentation #62

Closed MrMitch closed 9 years ago

MrMitch commented 9 years ago

I am using the 1.0.1 version of the NuGet package and the examples provided in the documentation do not work anymore.

The LoginButton doesn't seem to have an ApplicationId property anymore, as weel as a CurrentSession property.

How can we migrate existing code that uses theses properties ?

Charwaka commented 9 years ago

Download old nuget package version it contains that application id

MrMitch commented 9 years ago

Can you point me to a specific version number ? Also, is there a documentation explaining how to login a user with the lastest version of the package ?

Charwaka commented 9 years ago

Facebooksdk.net see old version which has downloaded most

-----Original Message----- From: "Mickael GOETZ" notifications@github.com Sent: ‎24-‎02-‎2015 22:26 To: "facebook-csharp-sdk/facebook-winclient-sdk" facebook-winclient-sdk@noreply.github.com Cc: "Charwaka" wp8developer@gmail.com Subject: Re: [facebook-winclient-sdk] Outdated documentation (#62)

Can you point me to a specific version number ? Also, is there a documentation explaining how to login a user with the lastest version of the package ? — Reply to this email directly or view it on GitHub.

sanjeevdwivedi commented 9 years ago

You should update to the latest version. In the updated SDK, you can configure the appid in one place. See http://facebooksdk.net/docs/windows/config/ and how to login using http://facebooksdk.net/docs/windows/login/. I would not recommend using the old SDK. It has been significantly refactored and supports many more features. The source for the SDK contains fully functional samples for all the platforms.

Also, please ask such questions on stackoverflow so that everyone can benefit.