I created an application for my website, installed an action (reading) and an object (article) and placed the code of objects (META tags in my head) on the article page on my website.
Now I want to know how to send a cUrl request whenever a user reads an article on my website, so it will be displayed on his wall.
When I click the βget codeβ link next to the action, this is what I get:
curl -F 'access_token=***' \ -F 'article=http://example.com' \ 'https://graph.facebook.com/me/yellowheart:read'
(Of course, there is an access token).
Now how do I do this?
Daniel
Daniel
source share