[twitter-dev] Re: Retweet API Confusion

2009-11-16 Thread Coderanger
I think they must have come back as I can see them again now ... maybe they got left behind in the old office :-) Anyway and more importantly, does anyone know how multiple retweets will be represented ... will there be multiple 'user' nodes within the 'retweeted_status' node or will the be

[twitter-dev] Retweet API Confusion

2009-11-14 Thread Coderanger
I am a bit confused about the retreet api as it doesnt seem to correspond with the documentation: * home_timeline does not have a retweet_details node, it appears to have a retweeted_status node so docs seem completely wrong * how do you know how many people have retweeted a tweet and who they

[twitter-dev] Re: Retweet API Confusion

2009-11-14 Thread Coderanger
My test account now has retweet enabled, hurrah. But although I can use it on the web site, the APIs seem broken. Home_timeline contains no retweet info at all. Is it broken or is it me?

[twitter-dev] Re: Updates to the retweet API payload

2009-10-02 Thread Coderanger
I am a bit confused as to how we can use these new APIs. If I use the new retreet API in my app then no-one will see it if they are using any app that isnt using the new home_timeline (perhaps no- one) ... so how can it ever be used unless everyone (I mean client apps and sites) uses the new

[twitter-dev] New Retweet API not working?

2009-10-02 Thread Coderanger
Is the new retweet posting api not working, I seem to just get Not Found error on any attempt to retweet a status: curl -u user:pass --http-request POST http://twitter.com/statuses/retweet/4492407684.xml ... when the tweet clearly exists: http://twitter.com/coderanger/statuses/4492407684 Am I

[twitter-dev] Re: Updates to the retweet API payload

2009-10-02 Thread Coderanger
So you have to wait until then before you can even support the retweet posting?

[twitter-dev] Re: New Retweet API not working?

2009-10-02 Thread Coderanger
Thought that meant publicly, but as platform developers you could actually implement, test and use it. Seems strange to even bother publishing it if you cant use it, if thats the case then does anyone know when its going to actually happen as its been coming soon since beginning of August?

[twitter-dev] Re: New Retweet API not working?

2009-10-02 Thread Coderanger
Actually home_timeline is also coming soon but that works, so your comment seems a bit incorrect.

[twitter-dev] Re: Why won't the twitter feed show in my flex app?

2009-09-10 Thread Coderanger
You need to add: result=onRes(event) to the mx:HTTPService, because if you add a breakpoint to your onRes function it never gets called as its not told what to do on getting any result back. On Sep 9, 3:10 pm, Markus thonhau...@gmail.com wrote: Hi! I'm trying to display a twitterfeed in my

[twitter-dev] Re: Does anyone have an ASPinfo.asp file they can share?

2009-08-31 Thread Coderanger
I have some asp scripts to handle server errors and email u the results. They are invaluable for all classic asp sites. I can send u them when my new laptop gfx card arrives tomorrow (all being well) and I have my laptop up and running again. Let me know

[twitter-dev] Re: Sign in with Twitter

2009-08-06 Thread Coderanger
Some users aren't comfortable giving their Twitter password to another website.  For them, it's sort of a good thing to be sent to Twitter's I would hazard a guess that they really are the long tail. Only a small percentage of people would care, most would not but they are going to be penalized

[twitter-dev] Re: Sign in with Twitter

2009-08-05 Thread Coderanger
I would agree, this area needs some TLC as my post suggested: http://groups.google.com/group/twitter-development-talk/browse_thread/thread/0f57965561504a1c?hl=en

[twitter-dev] OAuth Suggestions

2009-08-03 Thread Coderanger
I am looking into adding OAuth authentication to twitcher (http:// coderanger.com/twitcher), my twitter client, and have a couple of suggestions: 1. The authorisation page at twitter.com, isnt particularly clear as to the account being authorised. This could be an issue with users authorising

[twitter-dev] Re: Twitter4J getAuthorizationURL versus Authentication?

2009-08-03 Thread Coderanger
Not knowing anything about Twitter4J, but I believe normally once authorised you would have to persist/save the following values for re- use on signing any future requests. * access pin * access token * access token secret * consumer key * consumer secret The authorisation process only needs to

[twitter-dev] Re: OAuth Suggestions

2009-08-03 Thread Coderanger
1. I think the current text makes it clear which account is being used. I do beg to differ, I have made the mistake of authorising the wrong account during the testing. If the account was in the heading and/or an extra paragraph was used in the text to split it up .. they are separate paragraphs

[twitter-dev] Submitting Actionscript OAuth Library

2009-08-02 Thread Coderanger
I have created an Actionscript class and examples for using OAuth in Flex/Air. How do I go about adding this to the OAuth examples page for others to use?

[twitter-dev] Re: Submitting Actionscript OAuth Library

2009-08-02 Thread Coderanger
You can email the links here or to a...@twitter.com Ok, my simple class is http://www.coderanger.com/twitcher/OAuth.zip with a sample FlexBuilder project at http://www.coderanger.com/twitcher/OAuthTwitterTest.zip. Comments welcome.

[twitter-dev] Re: Create Favourite API Not returning new status

2009-07-23 Thread Coderanger
Sorry

[twitter-dev] Create Favourite API Not returning new status

2009-07-22 Thread Coderanger
I recently posted this as a bug and was hoping if anyone else can verify it: http://code.google.com/p/twitter-api/issues/detail?id=855 Basically this has changed, it used to return the status values once the favourite had been applied so favourited would equal true, now its always false.

[twitter-dev] Re: Tweet threading

2009-07-02 Thread Coderanger
I was wondering how you get over the API limit doing this, I would imagine you would hit it almost straight away (10 statuses with 10 replies would do it) as every reply will require a recursive status request for every parent status?

[twitter-dev] Search API results return more info

2009-06-01 Thread Coderanger
The search results already have profile_image_url which is the from_user profile image, but could the to_user have its profile image url included as well. This avoids me making multiple calls and hitting your server unnnecessarily. It would clearly only be included/filled when there is a

[twitter-dev] Re: Deprecation of following and notification elements

2009-05-16 Thread Coderanger
Can I suggest that you add that this value is unused and will be removed to the API documentation. I have spent quite a while writing code which I found out wasnt working cos the values are random and unreliable and then searched around to eventually find this post and find out it is a problem