'Like' a page using Facebook Graph API
Using the Graph API I'd like to be able to have an authorized user "like" a page. I tried posting the following https://graph.facebook.com/${PAGE_ID}/likes?access_token=${ACCESS_TOKEN} And I ge...