I'm working on an app inside spotify, and I want users to share content with each other.
What I've done is use spotifys showAuthenticationDialog with and url looking something like http://www.facebook.com/dialog/feed?app_id=< appid >&to=< otheruser >&link=< link >&redirect_uri=< redirect >&display=popup
I would have posted an image showing the dialog here... but didn't have enough reputation on stackoverflow ;)
Now the problem is that clicking the users thumbnail will display that users facebook page inside the popup. Is there any way to block this?
Facebooks example works the same way, but I've seen other applications/games on facebook that has managed to block this link.
Thanks in advance!
Roger