pinterest api:Ruby gem与正式的Pinterest REST API交互 源码
Pinterest 这是用于与官方进行交互的Ruby宝石。 该gem使用Faraday和Hashie发出请求并解析响应。 经过测试,可帮助商人销售更多商品。 用法 从Pinterest获取访问令牌。 您可以生成一个。 $ gem install pinterest-api require 'pinterest-api' client = Pinterest :: Client . new ( ACCESS_TOKEN ) # Get the authenticated user's Pinterest account info client . me # Get the pins that the authenticated user likes client . get_likes # Get the authenticated user's followers client
用户评论