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 have read the other threads about how the FB requests are only for Canvas apps, but maybe these answer are a bit old and I want to be sure this is current information, because on this page http://developers.facebook.com/docs/channels/ FB says:

If you have built a Canvas or Mobile Web application, Requests are a great way to enable users to invite their friends.

Difference between Canvas & mobile: Facebook canvas app vs Facebook mobile web app

Then, are requests just for Canvas even if they say that?

share|improve this question

1 Answer

up vote 1 down vote accepted

Answering my own question:

You need a canvas url in the app settings to have access to requests. These requests can be done on your mobile web app (not just the the canvas).

If you just want a mobile app and not a canvas app but still use request, fill the canvas url on the app panel and on the pageof this url use a javascript redirection to your mobile app.

share|improve this answer
Also, it's important to fill in the mobile web app settings: developers.facebook.com/docs/mobile/web/build/#register – logan Jul 12 '12 at 18:13

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.