Topic: Favorites using API

Posted under e621 Tools and Applications

Is there a way to favorite a post using XML API?
I know there is a list for user favorites, but is there a way to actually favorite a post using XML parsing?

Updated

TonyCoon

Former Staff

Yeah, make a call to https://e621.net/favorite/create.xml with an id parameter containing the id of the post you want to favorite.

Keep in mind that it'll only respond to POST requests (not GET) and you may need to follow the instructions in the second section of this page to get SSL (https) requests working.

Updated by anonymous

tony311 said:
Yeah, make a call to https://e621.net/favorite/create.xml with an id parameter containing the id of the post you want to favorite.

Keep in mind that it'll only respond to POST requests (not GET) and you may need to follow the instructions in the second section of this page to get SSL (https) requests working.

Awesome! Thanks for the tip!

Updated by anonymous

  • 1