Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

ACS and facebook login -> display=touch is broken? [closed]

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:

https://www.facebook.com/dialog/oauth?client_id=myid&redirect_uri=myreturnurl&scope=email&display=touch

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".

like image 270
Greg Avatar asked Sep 16 '11 02:09

Greg


1 Answers

Also breaks my app and even Seesmic. It needs to be fixed by FB. I created a bug report here: https://developers.facebook.com/bugs/287213021307964

like image 90
Rene Schulte Avatar answered Oct 18 '22 23:10

Rene Schulte