-
Sometimes login will be refused and in the logs i can find:
```
2010-12-12 01:22:20,771 [TP-Processor617] INFO de.jetwick.ui.HomePage - Received callback
2010-12-12 01:22:21,171 [TP-Processor617] ER…
-
Hi, can you check this:
I've had permanent error on method getAccessToken():
W/System.err( 420): java.lang.IllegalArgumentException: Response body is incorrect. Can't extract a token from an empty s…
-
It could be that there are a lot of retweets of a tweet that are not stored in the system and weren't caught be the twitter search. (Those tweets were called daemon tweets in previous releases)
In So…
-
File .classpath
ACTUAL:
<classpathentry kind="lib" path="/devel/ZwitscherA/libs/twitter4j-core-2.1.4.jar"/>
SHALL:
<classpathentry kind="lib" path="libs/twitter4j-core-2.1.4.jar" />
-
FATAL: Bounds exceeds available space : size=262144, offset=262145
java.lang.IndexOutOfBoundsException: Bounds exceeds available space : size=262144, offset=262145
at com.sun.jna.Memory.boundsCheck(M…
timja updated
13 years ago
-
Slightly confused here.
Two code snippets:
1) Get the auth URL:
```
oauth = Twitter::OAuth.new(consumer_key, consumer_secret)
@auth_url = oauth.request_token.authorize_url
```
Following the U…