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

Add extend access token feature #10

Closed prabirshrestha closed 10 years ago

prabirshrestha commented 11 years ago

AppSecret should be ClientToken from https://developers.facebook.com/apps/{appid}/advanced?ref=nav and app type should be native/desktop

FacebookSession.TryExtendAcessTokenAsync()?

sanjeevdwivedi commented 10 years ago

@prabirshrestha Per this page https://developers.facebook.com/docs/facebook-login/access-tokens I don't believe it is possible to extend tokens without UI anymore unless the developer decides to include the AppSecret in the app (bad Idea). Is this feature request valid anymore?

sanjeevdwivedi commented 10 years ago

This is currently not possible. Facebook in the iOS/Android SDK uses an internal API.