I'm looking for a simple way for users to be able to invite their friends to follow them on my website.
E.g Bob invites sally to be a follower of Bob on mysite.com.
I was thinking of doing this via requests, however I've read that they only work for canvas apps and not regular websites, meaning if Sally accepted Bob's request, then my website would be loaded as an Iframe within facebook, this would break the layout of my site and won't look good.
Is there any solution, like showing users a link within the canvas which they can click to have canvas turned off and have them sent to my website?
In the facebook TOS it says that a canvas can't exist just for redirecting users, and yet it says that facebook requests should be used for inviting users to your site.
My question is, then what would be the proper way for a website to let their users invite their friends from facebook?