[twitter-dev] Re: Can the Twitter API call me?

2009-09-13 Thread bob.hitching
some events like 'new follower' generate an email message - you can build a listener to react to those emails. there's even some useful twitter headers included so you don't have to parse the message body. Bob On Sep 12, 1:24 am, Duncan dun...@therecoveryplace.net wrote: Does Twitter have

[twitter-dev] Re: non json response

2009-09-13 Thread Rudifa
I just had one non-json response, in the middle of about 10 requests made with curl -vvv (other responses were correct) Below are 3 requests and the non-json response bracketted by 2 good responses which contain the response time and other logging data. HTH Rudi

[twitter-dev] Re: 401 errors when retrieving statuses of Verified accounts.

2009-09-13 Thread Prashanth Sivarajan
When using OAuth, I get a 401 Incorrect signature error when doing a statuses/friends_timeline.json?count=1 it works fine without the count parameter. however /statuses/user_timeline.json?count=1 works perfectly. Can somebody confirm? regards, Prashanth On Sat, Sep 12, 2009 at 11:38 PM, Chad

[twitter-dev] Paging STILL broken

2009-09-13 Thread Waldron Faulkner
PLEASE, can someone on the API team let us know when the paging bug(s) with followers/ids (and friends/ids) will be addressed? There have been problems with it for weeks, but now it's just downright broken. We can't get lists of followers for users with large numbers of followers. That's a basic,

[twitter-dev] Re: following-each-other ???????

2009-09-13 Thread mostafa farghaly
the first request is figuring out the relation between the users http://apiwiki.twitter.com/Twitter-REST-API-Method:-friendships-show and the second request to send the direct message but it seams the the only solution as Abraham Williams said If you don't wan't to make 2 API calls just try

[twitter-dev] Re: Paging STILL broken

2009-09-13 Thread Ryan Sarver
Waldron, Thanks for the email. I am working with our team internally to track down the issue and figure out how to resolve it. I will get back to you with an update shortly, but know that we are listening and working on this. Best, Ryan On Sun, Sep 13, 2009 at 8:55 AM, Waldron Faulkner

[twitter-dev] Twitter Background

2009-09-13 Thread shapper
Hello, I need to create a custom Twitter background. What are the dimensions for it and the allowed maximum size or the size you advice? Does the background repeats horizontal and vertically? What are the options? Thanks, Miguel

[twitter-dev] 403 Forbidden on statuses/update.xml

2009-09-13 Thread Naveen
Hello, Sorry I don't have full curl responses, but I haven't been able to reproduce via curl.. The below is from our logs as the response to a statuses/update.xml request. It looks like twitter is overloaded and is attempting to redirect to 503.html but permissions for that file are not set

[twitter-dev] Kudos to Matthias Kaeppler for signpost Open Authentication Java library

2009-09-13 Thread jim.renkel
My website (http://twxlate.com) now supports Open Authentication with twitter, and it was way easier than I expected, thanks to the signpost library from Matthias Kaeppler. It took me longer to convert the code I already had for Basic Authentication to Apache Http Components 4.x than it did to

[twitter-dev] Re: Kudos to Matthias Kaeppler for signpost Open Authentication Java library

2009-09-13 Thread Jonathan Smith
I agree, i've been using signpost with clojure and it is great! On Sep 13, 10:46 pm, jim.renkel james.ren...@gmail.com wrote: My website (http://twxlate.com) now supports Open Authentication with twitter, and it was way easier than I expected, thanks to the signpost library from Matthias

[twitter-dev] Re: Twitter Background

2009-09-13 Thread Howard Siegel
I don't know what the max dimensions are, but the picture will repeat horizontally and vertically (though that might be configurable, but I set my background image info a long time ago and don't remember all the details right now). - h On Sun, Sep 13, 2009 at 17:47, shapper mdmo...@gmail.com

[twitter-dev] Re: Twitter Background

2009-09-13 Thread Adam Shannon
The backgrounds can repeat if you want them to, they tile I think. I don't think that there is a size limit, just anything under 5MB should work. On Sun, Sep 13, 2009 at 7:47 PM, shapper mdmo...@gmail.com wrote: Hello, I need to create a custom Twitter background. What are the dimensions