Click here to Skip to main content
15,890,336 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
I have a brief information about how to fetch pins and board of my pinterest account using this link

however I want to post a Picture with Title and Description with windows form or WPF application, by going through abouve link but it says

Example request

Replace <YOUR-BOARD-ID> and <YOUR-ACCESS-TOKEN> and paste the command into your terminal.

PERL
curl --data "board=<YOUR-BOARD-ID>&image_url=example_website.com/image.png&link=example_website.com¬e=The%20blanknote%20that%20shows%20below%20the%20pin" -H "Authorization: BEARER <YOUR-ACCESS-TOKEN>" https://api.pinterest.com/v1/pins/


Does anybody have any idea what does it mean and how can I use it in my WPF App.
As their api documentation only have this much info.
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900