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!

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

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.

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

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.