Currently I'm using the iOS api to get the access token and passing it to a webview as a cookie. In the webview (because part of my app is iOS and the other part is html5 but I don't want to make the users log in twice) I'm grabbing the access token on the server side.
I'm setting the access token (using the Facebook PHP SDK) with the setAccessToken() function but immediately after, when I call getUser() I'm always getting 0 back.
I know that the SDK in general works as all of the code I am using is working for the normal "web" version. Other people seem to have gotten this working so I'm hopeful that this is actually possible. Been stuck on this for a while so would greatly appreciate any help / advice on getting this working soon! Thanks!