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 have a facebook app using OAuth 2.0, and I'd like to add some tracking. Namely, I'd be having users access certain URLs, which I'd handle on the server side.

If the user has already authorized the app, http://apps.facebook.com/APP?referrer=test will be parsed correctly.

If not, however, the user gets sent to the authorization page, which completely removes the query string. When they get sent back to the app later, there is no query string.

If there any way to preserve these values across a facebook authentication?

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

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

Browse other questions tagged or ask your own question.