I'm using ACS to auth against Facebook. Before this week, I could add display=touch to the end of the URL ACS is providing. Now when I do this I'm getting a "HTTP 500 Internal Server Error".
Any ideas? The URL is something like:
I've tried m.facebook.com with the same result.
Again, this worked before... and if I remove display=touch (or change it to display=popup) everything is fine.
I want this to display on a WP7 app, thus the touch :)
Thanks SR
Update: Docs say "Display mode in which to render the Dialog. Can be page, popup, iframe, touch, or wap.". Touch and wap return a "HTTP 500 Internal server error".