Closed hhitch closed 6 years ago
Hi! @hhitch where did you get this ID? Actually Pinterest API uses only username to fetch this data :( maybe you can find the way to fetch ID and username?
like if we're searching pinners by board and it just has $board['owner']['id'] and no username. How to get the username -- I was thinking $bot->users->profile($board['owner']['id']) but so far I haven't figured it out completely
Show me the code. If you are searching through boards, the results contain usernames:
Closed due to no feedback.
Hi there, I have situations where I have just the ID of the pinner and I need to get their username. If I do $bot->pinners->info($userid) it returns error "No url". I checked the source code and I see it only takes the Username. Is there some way to query the pinner info using their ID instead of their username?
thanks much in advance! -H.