简体   繁体   中英

response.redirect of asp.net in facebook fan page

I am developing a small facebook application. I am developing it in asp.net, my application type is fbml.

I have some buttons on my form, I want to perform a response redirect. When I redirect the user, he's redirected outside of the fan page.

How can I solve it?

Thank you!

I think for an FBML application you'll need to return a FBML tag to the client and get the redirect done on the client side.

http://wiki.developers.facebook.com/index.php/Fb:redirect

If you return something like this to the client it will redirect them:

<fb:redirect url="http://apps.facebook.com/myapp/?not_in_group" />

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM