Here I am Using Signed Request in facebook :

http://developers.facebook.com/docs/authentication/signed_request/

Here As per document in json object contain following field :

"user", "algorithm", "issued_at", "user_id", "oauth_token", "expires", "app_data", "page", profile_id

In my code here I am getting json object successfully but I missed "user_id" their is something I have missed here ?????

Thanks for suggestion..

link|improve this question

70% accept rate
Hi Yashwant did you find answer? – Imran Oct 11 '11 at 18:07
feedback

2 Answers

On the Facebook documentation page you linked to, it says:

"If the user has not authorized your application, your application will only be passed a subset of the above information."

link|improve this answer
It may be the solution.Thanks @knite – PrateekSaluja Oct 10 '11 at 14:07
feedback

You should be able to get some information like userid, liked etc. without authorizing the app.

I have managed to get it working. See my answer to this post Fans-only content in facebook with asp.net C# sdk

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.