Questions tagged [jtwitter]

JTwitter is a small library providing easy access to the Twitter API.

Sets and gets user status, manages network of friends, sends message to friends, maintains lists, etc. Includes work-arounds for rough-edges and issues in the Twitter API to make coding easier and more robust.

Downloads and more information here: http://www.winterwell.com/software/jtwitter.php

54 questions
0
votes
1 answer

getting the access token with jTwitter for android

I am developing my application using jTwitter for android. I am able to redirect the user to the authorization page where he enters the credentials to authorize the app. Then the callback function is called. In the callback function am not able to…
dnivra
  • 749
  • 4
  • 12
  • 30
0
votes
1 answer

Authorization with jTwitter android

Am a newbie to twitter api's and async tasks. I was trying OAuth using jTwitter which seems to be simple API. Since you cannot do network operations on main thread. I created an asynctask to the work. It is throwing me exceptions which i dont…
dnivra
  • 749
  • 4
  • 12
  • 30
0
votes
1 answer

Where to capture onResume in Android MVC ViewController structure

I have taken over maintenance of an Android application that uses MVC with a ViewController interface. Part of the revisions I'm making are to add JTwitter links. I am being challenged on the JTwitter Authorization where I'm expecting to get a…
Steve Reed Sr
  • 2,011
  • 3
  • 18
  • 22
0
votes
1 answer

twitter without OAuth in android

Anyone knows how can I use twitter directly whitout asking for credential and not using OAuth library? I want to put the credentials directly in the code and authorize the app, and then just see the home timeline. I tried using jTwitter library but…
JoseLion
  • 105
  • 2
  • 7
0
votes
1 answer

java.lang.NullPointerException android and jtwitter

I am trying to pull a timeline from yamba with an android application, but whenever I run the program it fails with this error: 04-15 15:58:18.578: E/AndroidRuntime(5418): FATAL EXCEPTION: Thread-171 04-15 15:58:18.578: E/AndroidRuntime(5418):…
Emaasland
  • 5
  • 2
0
votes
1 answer

How to send a tweet with jTwitter on Android?

Has anyone ever successfully sent a tweet via jTwitter on Android? I am stuck with the Authentification. I can successfully redirect the user to twitter, authorize my app and redirect to my app with new OAuthSignpostClient(CONSUMER_KEY,…
keineantwort
  • 873
  • 8
  • 15
-1
votes
1 answer

Problem with id tweet, when tweet has been delete (Jtwitter)

My code is: for(int i=0;i
matias
  • 59
  • 4
-1
votes
2 answers

Problems with user features with Jtwitter

My code is : List list = new ArrayList(); User user; Twitter twitter = new Twitter(); list = twitter.search(string); for(int i=0; i
matias
  • 59
  • 4
-1
votes
2 answers

I get Error 400 when posting status update? - JTwitter

I am currently on video 10 (http://marakana.com/s/post/1046/threading_android_demo) of the android tutorials and I am struggling to get the status update to work. When I use the JTwitter-yamba library provided I get a 301 exception saying " 301…
fouadalnoor
  • 197
  • 2
  • 5
  • 14
1 2 3
4