1
votes

I was using the method of requesting a url and it returned a JSON with tweets expected.

Like this: https://twitter.com/statuses/user_timeline/MyUserHere.json?callback=twitterCallback&count=2

But suddenly it stopped working. Returning only an error message.

Maybe I missed something in the twitter API. but from what I saw, now you must be logged in to request such data.

Have any way to call these tweets without exposing the user and password for my user?

1
Which error message is returning to you? - Sohail Ahmed
twittercallback({"errors":[{"message":"Sorry, that page does not exist","code":34}]}); - João Mosmann
Try to use proxy then see it gives you access or not - Sohail Ahmed
The question was answered. Is just put a "api." before the ".twitter.com". Shame on me. - João Mosmann

1 Answers