Is Pinterest API still supported or they dropped the majority of the endpoints ? The documentation from https://developers.pinterest.com/ lacks any information of OAuth authentication. I've already checked the old versions of the API so please don't mark the question as duplicate:
Many of the endpoints from v2 were removed in v3 and v2 now returns 404. There's no way to actually generate access token and the trick with iPhone app access token doesn't seem to work anymore. The tasks I'm looking to accomplish with their API:
- authenticate users with OAuth
- upload pics on their boards based on access token
Thanks