How do I create url_like using graph api?
This URL shows like count that (http://example.com) https://graph.facebook.com/http://example.com
{
"id": "http://example.com",
"shares": 131086
}
but instead of retrieving the count, I'd like to create a like using the Facebook Graph API.