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 to get the header url of a facebook fan page..? using PHP from a tab iframe.. im developing a fb app and i need to get the url of the page where the app is installed to set their share buttons and other params.. thanks!

share|improve this question
1  
Not typing in all caps will help you find the answer. – Hunter McMillen Feb 14 '12 at 18:48

1 Answer

up vote 0 down vote accepted

Take the page id from the signed request (http://developers.facebook.com/docs/authentication/signed_request/) and then call /PAGEID?fields=link and pull out the link value. This would be the url.

share|improve this answer
1  
it works great! thanks.. – Josue Torres Feb 14 '12 at 19:04
Awesome, I love it when a plan comes together!! – DMCS Feb 14 '12 at 19:08

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.