Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I'm trying to know if a user uses the Facebook App for his first time. Is there any information on cookie returned about it, or do i have to create a database and store the users ids for example?

Thanks

share|improve this question

1 Answer

up vote 1 down vote accepted

Facebook does not provide this information for you (nor does the C# SDK). You will have to track this yourself in a database or something.

share|improve this answer
Thanks for the answer. – guilhermeGeek Jan 22 '11 at 16:13

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

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