Hello,
I’m trying to do some work with the Collections API but can’t get authentication working.
I am initially just trying to get a list of my own collections:
https://api.twitter.com/1.1/collections/list.json?screen_name=timothyclifford
But this fails and I get back:
{ statusCode: 403, data: '{"errors":[{"code":87,"message":"Client is not permitted to perform this action."}]}' }
If I make the exact same call (tokens etc) to another user centric API eg https://api.twitter.com/1.1/statuses/home_timeline.json I get a response without error.
Is anyone able to explain why this might be?
Thank you 