• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

posting message from android app to twiitter which has adds

 
Ranch Hand
Posts: 31
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Hi Guys,

I want to post a message from my android app to twitter using OAuth When I click on my List item in my Activity which is extended by AdActivity . But when I called twitter.getAccountSettings() to check the authentication details my application is crashing and got an IllegalArgumentException as twitter4j.internal.http.HttpClientImpl" exceeds limit of 23 characters

I,m using these jars.

signpost-commonshttp4-1.2.1.1.jar signpost-core-1.2.1.1.jar httpclient-4.0.1.jar twitter4j-core-2.1.11

Please help me to resolve the issue.

Regards,

rajani
reply
    Bookmark Topic Watch Topic
  • New Topic