In my ASP.NET site, assume that I have facebook user_id and page_id and want to determine user like page or not. I found a samples with creating application, then check user like. I dont want that, firstly user login to application, then cheking. Can I check this without application? What should I do for this? Or other advice please.. If witout application it is not possible, so, how can I hide application login window? I want user dont use any application, dont know I check his likes. I need result like this: yes or no (Sorry for my bad english)
Tell me more
×
Facebook - Stack Overflow is a question and answer site for
facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
|
|
|
facebook Fan gate, don't forget to include the javascript sdk in your page
|
|||
|
|
Put it in a .js file and name it something like facebookscript.js and then in include it in
Take a look at this page how to include the javascript sdk: https://developers.facebook.com/docs/reference/javascript/ otherwise this code wont work. if the user isnt logged in or have auth... your app send them to login fuction like this:
Put the login function where i put the comment tags "//user not like page and //user not logged in" in my last comment. |
|||
|
|