Are you able to test whether a user is a fan of a page using the Facebook Javascript SDK without the user granting permissions? All I need is to see whether the user is a fan, if so redirect them to another page. I can do this server side using the C# Facebook SDK, without the user granting permissions.
The reason I am asking is, sometimes it is tedious creating a simple MVC app just so I can test whether the user is a fan of the page. If I can do this with the JS SDK, this will save me an enormous amount of time.
Thanks
Tyrone