realadeel / pinterest-api

Ruby gem to interact with the official Pinterest REST API
MIT License
58 stars 37 forks source link

oauth issue #11

Open Restry opened 7 years ago

Restry commented 7 years ago

Hi @realadeel i want to get authorization code without popups to pinterest.com site . because in my network cannot visit pinterest.com host . but i have a server can visit that host .

so do you have any way to help me resolve this issue?

thanks .

realadeel commented 7 years ago

Are you looking to obtain an access token? You can get one for your app to use yourself: https://developers.pinterest.com/tools/access_token/

Restry commented 7 years ago

hi realadeel thanks for you response i have been check this way , i can get access token by open https://api.pinterest.com/oauth if i use vpn to proxy .

but in my country network i cannot visit pinterest.com . because the country firewall was disable access this host .

so i want to get the access token in my server side , and get the pinterest services on server side . like a proxy to delegate visit pinterest .

would you have a perfect solution to resolve this situation?

thanks :)

bobber205 commented 7 years ago

If your country is blocking Pinterest the perfect solution is to move lol.

Anything you do will stop working eventually I'm sure.

jessieay commented 2 years ago

https://developers.pinterest.com/tools/access_token/ is a 404. I think Pinterest no longer allows you to generate access tokens via their website?