6 ms·
What, if any, API are you using to interface with Pinterest?
by jsavimbi 14y ago
What, if any, API are you using to interface with Pinterest?
- shiftb 14y agoWe aren't using an API to interface with Pinterest. It's just posting to the same url the pin bookmarklet does.
- jsavimbi 14y agoRoger. That's the same reverse engineering that other people are doing, thanks.
- AznHisoka 14y agoI did some research about automating pinning yesterday. If you take a look at their "Pin it" buttons you'll see it just does a POST request to a URL. Just do the same POST request.
- fooandbarify 14y agoCross-domain POST is not possible with all browsers (I presume IE is the main culprit, as usual).
- shiftb 14y agoIt accepts a GET