Hello I’m trying to get twitter plugin to work, but I get empty response. The address is: https://twitter.com/statuses/user_timeline.json?screen_name=OdysseyCZ. When I’m trying my own profile https://twitter.com/statuses/user_timeline.json?screen_name=JakubPerich it is working. Could you please help me out? Thanks
Make sure you’re using the right endpoints – the API for user timeline is at https://api.twitter.com/1/statuses/user_timeline.json?screen_name=OdysseyCZ
This user also has only ever tweeted retweets – you’ll get an empty response unless you ask for them with the include_rts=true parameter.
Great, it helped! Thanks a lot!