I try to get the signed request to login the user via a webservice but I only have access to the accessToken on FBSession.
I saw this link Facebook Signed Request for iOS (HMAC SHA256) who shows how to convert the signed_request but doesn't show how to get it.
Need help :)
signed_requestwhen a) you have an actual web app that runs inside facebook.com as a canvas/page tab app, or b) you use the client-side login with the JS SDK. – CBroe Aug 30 '12 at 15:50