I\'m trying to get a user to \'Like\' a page via the SDK. User is signed in and I get a valid access tokken form the cookie. My APP has asked for permissions read_stre
Facebook's platform policies don't allow for a web-based like button aside from using the officially supported options
Those options doesn't require using OAuth or the Open Graph api. However, facebook just added support for mobile apps to send like actions through opengraph.
I'm not sure if they intend to allow sites to customize their like buttons or just apps...