http://open.spotify.com/user/limehousedan/playlist/3vK3N60To1X6I6Jd6AuD3w
If you're logged into facebook and visit the above link, it displays the "request for permissions" page in an iframe on site. They seem to be doing this with the &display=iframe parameter.
https://www.facebook.com/connect/uiserver.php?method=permissions.request&app_id=174829003346&display=iframe&redirect_uri=http%3A%2F%2Fopen.spotify.com%2Ffbsuccess&cancel_url=http%3A%2F%2Fopen.spotify.com%2Ffbsuccess&perms=publish_actions%2Cemail%2Cuser_birthday&locale=en_US&height=365&width=612&fbconnect=1&TB_iframe=true&modal=true&from_login=1&client_id=174829003346
Above is the direct link to the framed connect dialog. But when replaced with my app details I get:
API Error Code: 102
API Error Description: Session key invalid or no longer valid
Error Message: Iframe dialogs must be called with a session key
So either I've missed something in my app settings? or Facebook have authorized this only for Spotify. I don't see he display=iframe parameter documented anywhere. Wondering if anyone knows a solution to display it in an iframe?