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 get http error 500 accompanied by "Invalid post_id parameter" in the json response body. Looks like the "/likes" resource is suited to liking a wall post and not a page. How do I get this to work with a page?