-
Here is a mostly complete stack trace...
```
/Library/Ruby/Gems/1.8/gems/oauth-0.4.7/lib/oauth/helper.rb:37:in `': undefined method `' for :x_auth_username:Symbol (NoMethodError)
from /Library/Ru…
ghost updated
12 years ago
-
Download as much history as possible. Save someplace locally.
-
Hi, I'm looking for a twitter scraper with OAuth support (who isn't :-) ), and yours looks nice, though I can't seem to get a valid return from request_token - "401 Unauthorized, Failed to validate oa…
-
I noticed that if I use home_timeline or user_timeline, both ignore the :since_id parameter.
example:
Twitter.user_timeline(:since_id=>12345).count
returns 20, when 12345 is the last tweet.
-
For some reason the --quiet / -q option is not working for me. Even with the flag, it outputs everything.
Side note: if there is an error anywhere it may still be nice to output to stderr or at least…
igorw updated
13 years ago
-
So I have everything setup and can successfully get a response to Test Siri Proxy, however as soon as I ask a standard command like what time is it? I get the following - any idea anyone?
[Info - iP…
dadiy updated
12 years ago
-
I am by no means a programmer so please bear with me on this one. I was able to install Twurl with no trouble, but I'm having trouble with the authorization process.
After returning the URL to visit …
-
After installing twurl on ubuntu 8.0.4 I am getting the error when running any twurl command
/usr/lib/ruby/gems/1.8/gems/twurl-0.6.1/bin/../lib/twurl/configuration_controller.rb:2: uninitialized cons…
-
Hi,
I am using favorites api.
E.g. /1/favorites/create/21993683042.json
Tested with twurl: twurl -X POST /1/favorites/create/21993683042.json
It works as expected.
The same call on MGTwitterEngine …
-
I have been wondering about this code, @ line 106 in class.TwitterPlugin:
```
if ($noauth) {
// No auth req'd
$crawler->fetchSearchResults($instance->network_username);
}
```
…