Problems with Twitter on Android App

Posted by Dayner Alvarez Rodriguez on Stack Overflow See other posts from Stack Overflow or by Dayner Alvarez Rodriguez
Published on 2012-04-10T23:25:26Z Indexed on 2012/04/10 23:29 UTC
Read the original article Hit count: 196

Filed under:
|
|

I'm trying to show one public twitter profile in one WebView of my app, is not necessary to login twitter, in the MotoDev Simulator this works fine, but in the physical device don't work, this: "403 fobiden limite exceed rate" error appears, this is the simple code line that I'm using:

webView.loadUrl("https://mobile.twitter.com/#!/asambleaecuador");

and works fine into de MotoDev simulator AVD

....can somebody helpme please!!!

Thanks

© Stack Overflow or respective owner

Related posts about android

Related posts about twitter