Closed prabirshrestha closed 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?
This is currently not possible. Facebook in the iOS/Android SDK uses an internal API.
AppSecret should be ClientToken from https://developers.facebook.com/apps/{appid}/advanced?ref=nav and app type should be native/desktop
FacebookSession.TryExtendAcessTokenAsync()
?