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'd like to redirect a user to my facebook events page when they scan a QR code. HOwever, when the QR code is scanned I am redirected to a login page on my mobile. Is it possible to redirect to the specific event page?

thanks -k-

share|improve this question

1 Answer

Just send them to this url: http://m.facebook.com/EVENT_ID

Such as:

http://m.facebook.com/371939689563437

share|improve this answer
no luck, when I use the url in the format above I'm still redirected to the facebook login page. – Kamal Mahtani Dec 12 '12 at 16:28
Correct. In all my experiences, in order to see an event page on mobile, the user must be logged in. Theres a ton of privacy settings that if one of them are turned on, the user must be logged in to see it. – Tommy Crush Dec 12 '12 at 19:03
Got it. So the only way I can redirect them to my events page without them having to log-in is if I change my privacy settings? – Kamal Mahtani Dec 17 '12 at 16:36
Perhaps, try it and see what happens – Tommy Crush Dec 20 '12 at 19:12

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.