[twitter-dev] is there any working code sample for oauth for twitter

2010-12-15 Thread kumar Gaurav
i'm no where getting any working sample that teaches how to authorize for twitter. please post any code sample to get started -- Twitter developer documentation and resources: http://dev.twitter.com/doc API updates via Twitter: http://twitter.com/twitterapi Issues/Enhancements Tracker:

Re: [twitter-dev] is there any working code sample for oauth for twitter

2010-12-15 Thread Yusuke Yamamoto
Hi, Which language do you prefer? -- Yusuke Yamamoto yus...@mac.com this email is: [x] bloggable/tweetable [ ] private follow me on : http://twitter.com/yusukeyamamoto subscribe me at : http://samuraism.jp/ On Dec 15, 2010, at 19:09 , kumar Gaurav wrote: i'm no where getting any working

Re: [twitter-dev] is there any working code sample for oauth for twitter

2010-12-15 Thread kumar Gaurav
i prefer c#, and want to develop windows application On Wed, Dec 15, 2010 at 3:58 PM, Yusuke Yamamoto yus...@mac.com wrote: Hi, Which language do you prefer? -- Yusuke Yamamoto yus...@mac.com this email is: [x] bloggable/tweetable [ ] private follow me on :

[twitter-dev] follow parameter in the friendships create request

2010-12-15 Thread Kei Noguchi
Hi team, This is regarding the follow parameter in the friendships create request. Based on the API document below, the follow parameter is to control the notifications from the specified user. follow Enable notifications for the target user.

[twitter-dev] Need help to develop twitter application, Plz reply me

2010-12-15 Thread Roopesh Rai
Hi all, I am developing twitter application. In this application without browser user can use Twitter, I am providing user a interface to use twitter. I registered my application with twitter . By Oauth I am accessing twiiter. My doubts starts here 1) In my application I need to develop

[twitter-dev] Switch owner of app

2010-12-15 Thread GregAC
Hello, I've got a twitter application which I'd like to switch the owner of from my twitter account to another, is this possible? Cheers, Greg -- Twitter developer documentation and resources: http://dev.twitter.com/doc API updates via Twitter: http://twitter.com/twitterapi

[twitter-dev] xAuth Approval

2010-12-15 Thread Iman Zarrabian
Hi all, I'm new to the whole OAuth/xAuth thing I'd like t know how long it's gonna take to twitter api team to authorize a xAuth use request ? any feedback on that ? I guess you got this question 100 times a day, no ? sorry ;) thx in advance -- Twitter developer documentation and

Re: [twitter-dev] Switch owner of app

2010-12-15 Thread Taylor Singletary
Hi Greg, Transferring applications between accounts is handled by the hard-working folks behind a...@twitter.com. Send an email to that address from the email address currently associated with the account that owns the application, provide the consumer key or other identifying information,

Re: [twitter-dev] Re: #newtwitter and the API

2010-12-15 Thread Taylor Singletary
Hi Yusuke, We'll probably graduate the majority of these APIs to the official documentation next month. A number of them are still in active iteration. Thanks, Taylor On Tue, Dec 14, 2010 at 10:15 PM, Yusuke yus...@mac.com wrote: Hi, Is there any plan to make these new API methods available

Re: [twitter-dev] Re: #newtwitter and the API

2010-12-15 Thread Yusuke Yamamoto
Got it. Thanks! -- Yusuke Yamamoto yus...@mac.com this email is: [x] bloggable/tweetable [ ] private follow me on : http://twitter.com/yusukeyamamoto subscribe me at : http://samuraism.jp/ On Dec 15, 2010, at 23:57 , Taylor Singletary wrote: Hi Yusuke, We'll probably graduate the majority

[twitter-dev] Re: How're Special Characters Treated in the Search API?

2010-12-15 Thread Brian Medendorp
I'm not sure what are considered special characters either, but from what I can tell this particular case seems to be a combination of factors. For some reason, by using the +OR+ it seems to be matching anything that has a period character in it. However, if you do the queries separately, they

Re: [twitter-dev] 4294967295

2010-12-15 Thread Yusuke Yamamoto
Just FYI, John Corwin should be also aware of this issue. He gave me a pull request which workarounds it. https://github.com/yusuke/twitter4j/pull/10 Thanks, -- Yusuke Yamamoto yus...@mac.com this email is: [x] bloggable/tweetable [ ] private follow me on : http://twitter.com/yusukeyamamoto

[twitter-dev] Re: Search API cURL strangeness

2010-12-15 Thread Brian Medendorp
So it must be based on the IP Address and the UserAgent... I have changed the UserAgent, so it works now, but I don't particularly like this solution. It would be nice to know what happened, and what caused it, so I can try to prevent it from happening in the future. On Dec 14, 11:24 am, Tom van

Re: [twitter-dev] Incorrect signature while getting user time line

2010-12-15 Thread Tom van der Woerdt
Hi George, There have been some changes to Twitter's API and while not all of them have been activated yet, some of them may apply to you. Incorrect signature usually means that your signature is bad. This can mean a lot of things, but if only your user_timeline part is broken, you can

[twitter-dev] Re: api@twitter not responding?

2010-12-15 Thread Brian Sutorius
Hi Shachar, Sorry for the delay. I've located your ticket and will follow up with you shortly. Brian On Dec 13, 10:53 pm, Shachar shach...@gmail.com wrote: Hi, I'm a web app developer and I'm looking to get my track access level raised beyond the default of 400 keywords. I've tried to

[twitter-dev] Re: xAuth Approval

2010-12-15 Thread Iman Zarrabian
cool thanks ;) I just wrote you back with all the details Iman On 15 déc, 19:51, Brian Sutorius bsutor...@twitter.com wrote: We attempt to respond to these requests within a couple business days. I just located your ticket and will follow up now. Brian Sutorius On Dec 15, 4:53 am, Iman

[twitter-dev] Twitter Oauth and Coldfusion

2010-12-15 Thread Steven Neiland
Can anybody see why the following authorization header would return a 401 when trying to get a request token? OAuth oauth_signature=UlAaUlR5A5uJfCcz%2FUVJl53aRy4%3D, oauth_timestamp=1292450596, oauth_signature_method=HMAC-SHA1, oauth_version=1.0, oauth_consumer_key=w50vPfRyCVgzBxtdAsoxwg,

[twitter-dev] retweeted_by does not work if one of the retweeters is protected

2010-12-15 Thread Craig
When I request a URL like: http://api.twitter.com/1/statuses/15152144575373312/retweeted_by.xml (status 15152144575373312 has been retweeted 3 times at time or writing, once by a protected user), an HTML page of Something is technically wrong. is returned, which means I cannot find out who

Re: [twitter-dev] Twitter Oauth and Coldfusion

2010-12-15 Thread Tom van der Woerdt
@Taylor: This isn't the API itself, this is OAuth. request_token is definitely two-legged @Steven: Your header looks fine, the values are properly URL encoded and the time appears to be valid. To help you debug this issue, we need to know the Base String you are testing with, the request you

[twitter-dev] getUserTimeline failing error 401 - getFriendsTimeline and getHomeTimeline still work

2010-12-15 Thread Joey
Hi, My twitter app, that has been working up until the last couple of days, stopped being able to retrieve the user timeline. I can hit many other pieces of the api, with Oauth authentication, and everything there works fine. It is only failing on the getting of the user timeline. Anyone having

Re: [twitter-dev] getUserTimeline failing error 401 - getFriendsTimeline and getHomeTimeline still work

2010-12-15 Thread Taylor Singletary
Can you share the exact URL you are hitting when this fails? Can you provide an example of how you are presenting your authentication (all of the request headers of your request would be helpful) -- in addition, it would be helpful if you could provide an OAuth signature basestring, and the HTTP

[twitter-dev] statuses/friends json incomplete data

2010-12-15 Thread Tonatiuh Martinez
Hi, I'm making a request for a list of people I follow, but the data of some of them is incomplete when I ask for it in json. for example, for screen_name Rax_vGs, with json I get this: {follow_request_sent:false, contributors_enabled:false, description:, show_all_inline_media:false,

[twitter-dev] Re: Different crossdomains for a0.twimg.com a2.twimg.com, a3 etc

2010-12-15 Thread WildFoxMedia
Im currently seeing the same issue, however, in completely reverse. As of this moment, a0 a1 are not allowing other domains and a2 a3 are allowing all domains. The other day, all 4 were not allowing other domains. Is there any reason or rhyme for this and more importantly, what is the

Re: [twitter-dev] Re: Different crossdomains for a0.twimg.com a2.twimg.com, a3 etc

2010-12-15 Thread John Adams
a0 through a4 should offer identical crossdomain.xml files. They are all going through a CDN, so it might be the case that the CDN endpoint you are hitting has a stale file. I just checked all of the CDN endpoints from here and they are returning the same data. Try again? -john On Wed, Dec 15,

Re: [twitter-dev] Incorrect signature while getting user time line

2010-12-15 Thread Georgooty varghese
Thanks twitter for your quick reply. I have make only one modification into my code. Other code changes do only when I get your reply. I have changed url for user time line http to https. Here I have copied my user time line base url and signature and base string. Please suggest to me a correct

[twitter-dev] Mulitple Trending Topic Spam

2010-12-15 Thread M. Edward (Ed) Borasky
How difficult would it be to modify the Search response to a search for a Trending Topic so it returned tweets that only matched the searched-for topic? In other words, if a tweet matches more than one Trending Topic, don't show it in the search. -- http://twitter.com/znmeb