I'm using the STTwitter wrapper to connect with Twitter and I'm running AppOnly and I'm able to retrieve the tweet text with no problems. I'm using the getStatusesUserTimelineForUserID
method for that.
The problem is that I can't access "twitter_profile_url" or "profile_banner_url" but I can access text and tweet time and tweet ID perfectly fine.
I did however manage to get the twitter_profile_url by using the getUsersShowForUserID
method.
My question is that am I doing something wrong when trying to access twitter_profile_url with getStatusesUserTimelineForUserID
? I looked over Twitter's documents and I think the reason why getUsersShowForUserID
works is because of the includeEntities property. I'm not 100% sure on that so I was wondering if someone could clarify that for me?