Feature #708
Get user's tweets issue
0%
Description
Hi,
I'm new on Servoy, and my first task is to display the last 5 tweets from each client from our platform. I installed your plugin and the authentication is working correctly, but the function plugins.twitter.getAccountTimeLine retrieves the tweets from our company account, not form the users page as expected. And i did not find another function from 'Profile' that will retrieve users tweets. Please tell me if there is another way to do that.
Thank you,
Chiru Vlad
History
Updated by Patrick Talbot almost 12 years ago
- Status changed from New to Rejected
What's wrong with plugins.twitter.getUserTimeLine(account, user, [withRetweets], [maximumNumberOfTweets]) ???
Updated by Chiru Vlad almost 12 years ago
I don't know how i missed that method. I feel so stupid :P
Thank you very mutch!
Patrick Talbot wrote:
What's wrong with plugins.twitter.getUserTimeLine(account, user, [withRetweets], [maximumNumberOfTweets]) ???