Hi folks so I want to pull all the pin id's of a specific user (not me). I feel I am frustratingly close but lack that crucial bit of knowledge to tie everything together. Here is what we have so far:
- through the API explorer under Users we see we can return a specific user's information, in particular "counts", but not a list of the pin id's (that i can subsequently query)
- through this question i see i can pull the most recent 50 pins but thats not the full list i want. someone's tried to page to the next 50 on the board side here without much success.
- this guy asked a similar question to me with a pretty unsatisfying answer (yes, all is good once we have the pin id, the problem is getting the full list of pin id's!)
please help??