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.

When you visit an application profile on FB, you can add that application to your page by clicking the "Add To Page" link, then a popup dialog appears. Is there a way I can make it so the users of my application can skip going to the application profile, and have the dialog pop up after clicking a link on the canvas page?

Thanks

share|improve this question

1 Answer

up vote 1 down vote accepted

No, there's no way to auto-trigger that popup, but you could use the API to add your app directly to the user's pages once you get the manage_pages permission from them

See here: https://developers.facebook.com/docs/reference/api/page/#tabs

share|improve this answer
Thanks lrg, that's exactly what I was looking for! – Wasim Nov 25 '11 at 8:41

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.