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.get_followers # Get the boards that the authenticated user follows client.get_followed_boards # Get the Pinterest users that the authenticated user follo