Post a comment on a page usign facebook open graph api
Send the comment
curl -F 'access_token=<access_token>' -F 'object=https://alej0.pythonanywhere.com/' 'https://graph.facebook.com/me/og.comments'returns
{"id":"10151375247079052'}Delete the comment
curl -X DELETE -F 'access_token=<access_token>' 'https://graph.facebook.com/<id_from_response>'returns
trueYou can use the object id or the url in the object parameter
Django
Passionate Django developer with 10 years of experience on web sites and API's.
Bike
What else? Yachts are also a great but they don't fit well in cities.
FLOSS
Code is knowled. Knowled should be shared.