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 am using this url to direct my mobile web page to a facebook wall post dialog page, however I can't seem to get display=wap to work.

http://m.facebook.com/dialog/feed?app_id=<myappId>&redirect_uri=<myRedirectUri>&link=<myLink>&display=<wap|touch>&picture=<myPicture>&caption=<myCaption>&description=<myDescription>&name=<myName>

Using display=touch works fine on most devices except some blackberries I've tested, where the dialog page is blank except for the "Publish" and "Cancel" buttons. When I use display=wap, I get "An error has occured" no matter what I do.

Does facebook support this feed dialog with display=wap? I found this url on their developer's web page here: Facebook Dialogs Under the heading labeled : Mobile Display Modes

I'd appreciate any advice!

share|improve this question

1 Answer

up vote 3 down vote accepted

Currently we don't support the feed dialog in display=wap. Sorry.

share|improve this answer
Thanks. That's what I had figured. – Evan Layman Jul 18 '11 at 23:49

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.