facebook / facebook-android-sdk

Used to integrate Android apps with Facebook Platform.
https://developers.facebook.com/docs/android
Other
6.07k stars 3.64k forks source link

Convert access_token to session? #90

Closed rukksi closed 10 years ago

rukksi commented 13 years ago

I'm trying to build an android app using Phonegap which hosts html and js in a webview browser instance.

My thinking was to use the Facebook Android SDK to login the user, then use the credentials from that in the ajax requests where the Facebook php library would pick them up.

I can get hold of the access_token after succesful login, but how do I use this to make an ajax request to my php. The php libraries do not look for an access_token $_GET variable.

Any help greatly appreciated.

jamesgpearce commented 10 years ago

This issue was raised against a previous version of the Facebook SDK for Android.

In 2012, the SDK had a significant rewrite and relaunch, and we are closing issues and pull requests that predate that v3.0 release.

If you are still experiencing this issue, please raise a new issue with repro steps in the supported SDK (currently v3.6). For more information, please see our Android developer center at https://developers.facebook.com/docs/android

Many thanks for using the Facebook Platform, and your support of this project.