pinterest-api icon indicating copy to clipboard operation
pinterest-api copied to clipboard

Ruby gem to interact with the official Pinterest REST API

Results 8 pinterest-api issues
Sort by recently updated
recently updated
newest added

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...

The 0.4.0 version has an old faraday dependency. It'd be great to update it.

I had a need for accessing response attributes such as the HTTP status and rate limit headers via Faraday middleware. This allows one to do just that and solves issues...

Hello, github has notified me that pinterest-api is depending on a vulnerable version of the omniauth-oauth2 gem. You can find the vulnerability of omniauth-oauth2 here: https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2012-6134 Is there a way...

When I issue a request to the gem to get my *private* boards with `get_boards` method I get the strange answer: {"data"=>[], "page"=> {"cursor"=>"b28yNXxmMGVmZDA5YjB5Yjk5NDIxZjgzODZjNDRkZWEzNTRhZmIyZDRjZjE3ZWY4YmRmMWE4NmVhZGQwNDg1NTNmOTAw", "next"=> "https://api.pinterest.com/v1/me/search/pins/?access_token=ATn4phEFgj31x3eaA1tgFLeknE7MFQ0LI9ZTHe5Epzcd5oAzhAAAAAA&query=Agnetis&cursor=b28yNXxmMGVmZDA5YjA5Yjk5NDIxZjgzODZjNDRkZWEzNTRhZmIyZDRjZjE3ZWY4YmRmMWE4NmVhZGQwNDg1NTNmOTAw"}} The documentation [https://developers.pinterest.com/docs/api/boards/](here) give...

Pinterest started to return detailed user data with Version 3, base endpoint should be conditional for user object and make the call to "https://api.pinterest.com/v3/"

Hi, It seems like Pinterest is only interested in redirect URI's with "https" rather than "http". Is there a way for me to edit the redirect URI for pinterest-api? I...

For proper error handling we want to rely on the http status codes which pinterest api gives back: https://developers.pinterest.com/docs/api/overview/#errors Currently in https://github.com/realadeel/pinterest-api/blob/master/lib/pinterest/client.rb#L60 only the response body will be returned. An...