-
/usr/lib/ruby/1.8/net/http.rb:560:in `initialize': getaddrinfo: Name or service not known (SocketError)
i use my own host , linke this:
twurl authorize -u myname -p passwd --consumer-key Xdhr9Hz7DOw…
-
Hello,
I would like to be able to post a tweet with an image and that is geo-tagged.
twurl -X POST "/1.1/statuses/update_with_media.json" --file pic.png -file-field "media[]" -d "status=Hello" geoco…
-
I believe I've found a bug in twurl running under ruby 1.9.3 regarding content type encoding. Specifically, I've found that reqeusts with an asterisk ('*') in the HTTP body fail under 1.9.3 but succe…
-
The error is described in this issue https://github.com/twitter/twurl/issues/58
but the title of that issue is misleading as it was originally just a call for help.
I tested on Ruby 2.1.6 and 2.3.0, …
-
-
Is there a way to use Twurl to parse only certain fields from the JSON? I want to run something like
`twurl "/1.1/statuses/show/[TWEET ID].json"`
and have it spit out only the following from the …
-
I was following the quick_start.py guide. I have provided CONSUMER_KEY, CONSUMER_SECRET, ACCESS_TOKEN, ACCESS_TOKEN_SECRET from the twitter app that I created and ACCOUNT_ID as the id of the account i…
-
When preparing my [blog post](http://www.masalmon.eu/2017/03/19/facesofr/) I used
```r
users
-
Hi There,
I am trying to fetch account details through "quick_start.php" but i am not getting any data. Please see below details for your reference.
const CONSUMER_KEY = '';
const CONSUMER_S…
-
Hi Sir,
I am learning Python from your Python for Informatics book.
while going via '13.8 Security and API usage' in page 162.
I am trying to practice the programs in that page, i found
At Line 575…