agorapulse / grails-facebook-sdk

Facebook SDK Grails Plugin
http://agorapulse.github.com/grails-facebook-sdk/guide
30 stars 13 forks source link

Redirect page in frame #9

Closed andersonf closed 11 years ago

andersonf commented 11 years ago

I'm having trouble with the tag loginLink. The redirect page is not working with window.location.href. Replaces for top.location.href.

andersonf commented 11 years ago

Well actually should not be a problem with the loginLink. I had to make a change FBGrailsSDK_login putting it in my javascript. I had to pass a URL that puts new parameters. The redirectUrl must contain parameters that were selected on the page by javascript.

benorama commented 11 years ago

So you confirm that the tag behaves as expected? Do you want us to add some more info in the doc?

andersonf commented 11 years ago

It's alright. Only suggested perhaps a future implementation. Take a look at the links section 5 of the guide. Has broken link.

Thanks for the plugin ... I'm using in my projects.

benorama commented 11 years ago

I've updated the guide links. Thanks.