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.

How can i navigate the user to a facebook fan page inside an Android app?

I try it inside a WebView. It was worked for 6 months with this url:

http://m.facebook.com/pages/OpenGuide/333501443347901

Now it is stopped working maybe facebook guys changed something.( YEEES!!! I CAN CODE AGAIN)

So the followins are not working:

apps.facebook.com/333501443347901
www.facebook.com/home.php?#!/pages/name-of-site-/333501443347901
http://m.facebook.com/pages/OpenGuide/333501443347901
http://m.facebook.com/333501443347901

So what is the correct URL form to link a facebook page?

Vanity Url method: (facebook.com/username) is not working for fan pages, only for persons.

share|improve this question

1 Answer

up vote 1 down vote accepted

http://m.facebook.com/PAGE_ID should do the trick.

http://m.facebook.com/333501443347901 works just fine for me.

share|improve this answer
cant belive my own eyes – Adam Varhegyi Dec 10 '12 at 20:19
haha, happens to the best of us. – Tommy Crush Dec 10 '12 at 20:26

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.