So from my app I can post images to my feed without issue, but when I try to view user_timelines (the authorized account or not) I get Error: 32.
The sending function uses https://api.twitter.com/1.1/statuses/update_with_media.json and POST
The viewing function uses https://api.twitter.com/1.1/statuses/user_timeline.json and GET
Everything else is the same, can someone enlighten me on what’s happening?