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 had previously thought there was no way to get a user's information, specifically their userid, without first getting them to authenticate your app. I see that this page, however, does that on a custom page tab:

http://www.facebook.com/AutoCADWS?sk=app_4949752878

Not only does this page tab get the viewing user's name, but it also gets their profile url, which includes their userid. How do they accomplish this without authentication? If this is possible, could someone point me to example code where I can see just how it implement it on my own page tabs?

share|improve this question

1 Answer

up vote 1 down vote accepted

The page you linked to uses FBML, which is no longer available for new Apps.

So, there is no way to do this without user authorization.

share|improve this answer
Okay, that makes sense. Thank you! – Hannah Bixler Sep 29 '11 at 19:26
You are welcome. Please consider accepting the answer! – ifaour Sep 29 '11 at 19:29

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.