I hope my question doesnt sound stupid, But i really want to know this..
Is signed_request an alternative to access_code? If so, How do i receive the signed_request for desktop clients?
I mean flow that i follow in my desktop client is:
- Call
https://www.facebook.com/dialog/oauth?client_id=xxxx&redirect_uri=https://www.facebook.com/connect/login_success.html&response_type=token&scope=publish_stream - Take the access_token returned from (1) and fetch user information.
So will 1. and 2. be merged in a single request call to signed_request which says it will give the JSON object of user information in it.
How to make this call to get signed_request for desktop clients?