Hello everyone, I’m trying to load members by suggestion with https://api.twitter.com/1.1/users/suggestions/music/members.json
When I’m using twitter console all works perfectly, but once I’m trying to use OAuth lib on my rails app or OAuth Tool in my app it doesn’t work.
With any steps it responses {“errors”:[{“message”:“Sorry, that page does not exist”,“code”:34}]}
What I’m doing wrong?