[twitter-dev] copy of http://dev.twitter.com/2008/10/we-got-data.html

2009-05-02 Thread deepak
hi, does anyone have a copy of http://dev.twitter.com/2008/10/we-got-data.html it now redirects me to http://apiwiki.twitter.com/ Is http://dev.twitter.com/ down permanently? Thanks, Deepak

How to start using twitter

2008-12-18 Thread Deepak
Hello, I am new to this enviornment. I want to use twitter for my application. Please help me from where i start and how i can use Twitter API. Please also provide me path or twitter API. I want to make application in .Net 3.5 using c#.

Re: Fetching user_timeline on twitter

2009-02-03 Thread Deepak
you a request to foolow yon. Thanks, Deepak On Feb 3, 10:31 am, dougw wrote: > Naveen, > Storing user credentials is never ideal but with basic auth, > applications that want to make occasional calls to the API must retain > a local copy of the credentials. Each request to a credential

[twitter-dev] Twiiter Latest 20 Tweets requires authorization

2011-03-22 Thread deepak
Hi, We are displaying twitter latest 20 tweets to me on my website. but this api call requires authorization and we have not found any code for authorization using php. we have read the full documentation of oauth on dev.twitter.com but still when we access http://api.twitter.com/1/statuses/retwe

[twitter-dev] Re: Twiiter Latest 20 Tweets requires authorization

2011-03-22 Thread deepak
if($this->debug){ echo $connection->http_code. ' invalid response code. '; } return false; } On Mar 22, 1:18 pm, CWorster wrote: > Here are some OAuth Libraries in &

[twitter-dev] oAuth Tweet of me api call Could not authenticate

2011-03-22 Thread deepak
Hi, we are using the below code to make api call The api call to fetch tweet is not working but api call for credential is working fine. It is showing the below error {"request":"\/1\/statuses\/retweets_of_me.json?","error":"Could not authenticate you."} Please see the below code -

[twitter-dev] How to send a reply through a api call

2010-12-31 Thread Deepak Govindswamy
hello, I have a problem i have to send a reply tweet to the person who have made a tweet to me but with a api call.please send a reply as soon as possible. -- Twitter developer documentation and resources: http://dev.twitter.com/doc API updates via Twitter: http://twitter.com/twitterapi

Re: [twitter-dev] How to send a reply through a api call

2010-12-31 Thread Deepak Govindswamy
t; PS: "Please send a reply as soon as possible" <-- Please don't do that. > It's annoying. > > > On 12/31/10 5:02 AM, Deepak Govindswamy wrote: > >> hello, >> >> I have a problem i have to send a reply tweet to the person >>

[twitter-dev] Regarding tweets reply

2011-01-01 Thread Deepak Govindswamy
hello guys Is it that if we update our status is a tweet. if yes then can we send it to other by just appending username of the other like a reply .please send reply as soon as possible -- Twitter developer documentation and resources: http://dev.twitter.com/doc API updates vi

[twitter-dev] how to use updatestatus

2011-01-03 Thread Deepak Govindswamy
hello i want to use updatestatus (status text,status id) from twitter4j . give examples -- Twitter developer documentation and resources: http://dev.twitter.com/doc API updates via Twitter: http://twitter.com/twitterapi Issues/Enhancements Tracker: http://code.google.com/p/twitter-api

Re: Total updates

2009-01-08 Thread Deepak Goyal
Is there any way to get the total no of direct messages. Thanks Deepak On Wed, Jan 7, 2009 at 7:21 PM, Cameron Kaiser wrote: > > > Is there a way to fetch the total updates a user did throught the > > twitter API? I just need the number? No other messages required! > > L

[twitter-dev] Re: sending tweet through Java application

2011-03-29 Thread Deepak Srivastava
Which library are you using? Is it some third-party lib or are you trying to connect on your own? --Deepak -- Twitter developer documentation and resources: http://dev.twitter.com/doc API updates via Twitter: http://twitter.com/twitterapi Issues/Enhancements Tracker: http://code.google.com/p

[twitter-dev] Tweet Streaming API - About temp Tweet Storage in the stream mid-way/Push Techniques

2011-03-31 Thread Deepak Srivastava
rying to gauge whether I really need a app-local buffering mechanism for the huge # of incoming tweets for not blocking the incoming stream and doing my consumption in a normal fashion(without local buffering) OR does it naturally works with Twitter + T4J? Yusuke/Anybody? --Deepak -- Tw

[twitter-dev] Re: Tweet Streaming API - About temp Tweet Storage in the stream mid-way/Push Techniques

2011-03-31 Thread Deepak Srivastava
hold my connections during track-limitation notice OR should I continue receiving tweets? --Deepak -- Twitter developer documentation and resources: http://dev.twitter.com/doc API updates via Twitter: http://twitter.com/twitterapi Issues/Enhancements Tracker: http://code.google.com/p/twitter-api

[twitter-dev] Re: Tweet Streaming API - About temp Tweet Storage in the stream mid-way/Push Techniques

2011-04-01 Thread Deepak Srivastava
Seems like this is the place to go for understanding this kind of situation handling http://dev.twitter.com/pages/streaming_api_concepts Thanks anyways, --Deepak -- Twitter developer documentation and resources: http://dev.twitter.com/doc API updates via Twitter: http://twitter.com/twitterapi