When logging in with FB.login the response.authResponse doesn’t include the page property with the id, admin, liked.
However, if we load the page in PHP it does include it in the signed request (getSignedRequest).
I thought it use to work ok using javascript.
The problem is if you develop a primarily javascript app you then can’t detect the page unless you use the server. Requiring a refresh after using the javascript login so the server can parse the signed request.
Any ideas?
Can’t be done. Facebook only sends the page tab info to the server as part of the signed request get variable.