Re: [twitter-dev] Reply to a tweet

2011-01-10 Thread rahul choubey
it here: > http://groups.google.com/group/twitter-development-talk/browse_thread/thread/cdc34ae78a2350b8 > > Taylor > > On Mon, Jan 10, 2011 at 11:42 AM, rahul choubey > wrote: > >> >> I heard the new twitter uses API calls as any other third party app. I >> wante

[twitter-dev] Reply to a tweet

2011-01-10 Thread rahul choubey
-- राहुल चौबे Rahul Choubey http://www.rahulchoubey.com | http://www.tlinker.com Indore -- 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-

[twitter-dev] Reply to a tweet

2011-01-07 Thread rahul choubey
I heard the new twitter uses API calls as any other third party app. I wanted to know, then how its able to show "replies" to a particular tweet. It's been always possible to check to which a particular tweet has been replied to, but how to check whether the tweet has been replied. -- Twitter dev

Re: [twitter-dev] x.co URL no longer recognized automatically

2010-10-20 Thread rahul makode
i want to remove from group to avoid messages on personal mail id thanks On Wed, Oct 20, 2010 at 6:38 AM, kprobe wrote: > I was excited to see links via to x.co tags supported automatically > with the New Twitter. > ie when I post a tweet like "Visit x.co/4Hangman", the site reference > was aut

[twitter-dev] Re: OAuth/authentication language setting

2010-09-08 Thread Rahul Yargop
Hi Matt, We are seeing French OAuth localise properly, but German OAuth has missing translations. Please let me know how I can get you screenshots to expedite the translation. Best, Rahul On Aug 23, 11:45 pm, Matt Harris wrote: > Hi, > > It sounds like the language is being

[twitter-dev] i want to develop symbian c++ application which will send message on twitter using https request

2010-06-28 Thread rahul makode
hi all, i want to develop symbian c++ application which will send message on twitter using https request, if any body have done this plz suggest me path bye

[twitter-dev] i want develop one application in symbian c++ which will send message to twitter

2010-06-25 Thread rahul makode
Hi all, i want to develop one application in symbian c++ which will send message to twitter user but there is no support for c++ directly what do i suppose to do Thanks in advance bye

[twitter-dev] Anywhere - over the trending topic ?

2010-06-22 Thread Rahul
something myself. Thanks, Rahul

[twitter-dev] Re: http://api.twitter.com/version/trends/current.json not working

2010-06-19 Thread Rahul
Thanks a lot but i realized this immediately after posting the message and deleted the message. Thanks, Rahul On Jun 18, 4:34 pm, Chris Thomson wrote: > You're supposed to change "version" in the > URL:http://api.twitter.com/1/trends/current.json:) > > -- > Chris

[twitter-dev] http://api.twitter.com/version/trends/current.json not working

2010-06-18 Thread Rahul
I was trying to get the trends from twitter and this returns no page. Is this the right link to get the current trends. Also it mentions that it doesn't need authentication so i am not passing any authentication credential. Thanks, Rahul

[twitter-dev] Re: List of users who have authorized my application with OAuth

2010-06-11 Thread Rahul
Definitely, i can do that, but good to have this feature added to the library so that i don't have to make calls and stuff if creating some plugins for firefox etc. Thanks, Rahul On Jun 11, 10:27 am, Taylor Singletary wrote: > No there is not a way at to do at this time. If you're

[twitter-dev] List of users who have authorized my application with OAuth

2010-06-11 Thread Rahul
appreciated. Thanks, Rahul

[twitter-dev] Re: Incorrect signature when calling update url /1/statuses/update.xml

2010-04-30 Thread Rahul
Taylor, Here you go. I have tried adding the content type as follows. conn.setRequestProperty("Content-Type", "application/x-www-form- urlencoded"); But this doesn't help at all and i still continue receiving the same error of incorrect signature. Any guess? Thanks, R

[twitter-dev] Re: Incorrect signature when calling update url /1/statuses/update.xml

2010-04-29 Thread Rahul
Taylor, I am presently using scribe java library for OAuth and as you said all spec compliant libraries the signature base string will only contain POST body parameter so does this one. Also I will try to add the header 'Content-Type' to the library and let you know how it goes. Tha

[twitter-dev] Re: Incorrect signature when calling update url /1/statuses/update.xml

2010-04-29 Thread Rahul
So what are trying to say is that i should explicitly add Content-type header in the message going out and that too before creating the signature? Thanks, Rahul On Apr 29, 4:58 pm, Taylor Singletary wrote: > Since you're sending a status, you should be setting a Content-Type hea

[twitter-dev] Re: Incorrect signature when calling update url /1/statuses/update.xml

2010-04-29 Thread Rahul
esource yet. I did try some but they seem to be public timeline etc which seems to be working good. Any help on this is highly appreciated. Thanks, Rahul On Apr 29, 4:22 pm, Taylor Singletary wrote: > Hi Rahul, > > I'm trying to think of other reasons. We might be throwing the in

[twitter-dev] Re: Incorrect signature when calling update url /1/statuses/update.xml

2010-04-29 Thread Rahul
with Incorrect Signature ? Thanks, Rahul On Apr 29, 1:19 pm, Rahul wrote: > Taylor, > > Thanks for taking a look at it. and to answer your question yes I do > pass the status in the signature basetring. > > Also below is my string which i pass to the below mentioned toSign >

[twitter-dev] Re: Incorrect signature when calling update url /1/statuses/update.xml

2010-04-29 Thread Rahul
Any Clues or suggestions ? Thanks, Rahul On Apr 29, 1:19 pm, Rahul wrote: > Taylor, > > Thanks for taking a look at it. and to answer your question yes I do > pass the status in the signature basetring. > > Also below is my string which i pass to the below mentioned

[twitter-dev] Re: Incorrect signature when calling update url /1/statuses/update.xml

2010-04-29 Thread Rahul
byte[] bytes = mac.doFinal(toSign.getBytes(UTF8)); and in the key i pass: consumerSecret + '&' + tokenSecret Thanks, Rahul On Apr 29, 12:46 pm, Taylor Singletary wrote: > Hi Rahul, > > When you are POSTing to statuses/update.xml -- are you including the status > that

[twitter-dev] Incorrect signature when calling update url /1/statuses/update.xml

2010-04-29 Thread Rahul
re_method=HMAC-SHA1 oauth_version=1.0 I have verified most of the things and looks good to me, also there is very less possibility of generating wrong signature as I have used the same signature to get the access token and was able to successfully receive it. Any pointers highly appreciated. Thanks, Rahul

Re: [twitter-dev] Tips to avoid hitting rate limits for my movie monitoring application.

2010-03-10 Thread Rahul Dighe
arch API is mostly intended for complex, historical backfill, > ad hoc, and direct-display-to-user queries. > > -John Kalucki > http://twitter.com/jkalucki > Infrastructure, Twitter Inc. > > > > > On Wed, Mar 10, 2010 at 12:23 AM, Rahul Dighe wrote: > >> thanks - I

Re: [twitter-dev] Tips to avoid hitting rate limits for my movie monitoring application.

2010-03-10 Thread Rahul Dighe
of filtering outweigh the benefits from getting real time streaming resuls. thanks rahul. On Tue, Mar 9, 2010 at 9:10 PM, Mark McBride wrote: > This is correct. The general advice is to choose the most specific keyword > to track (probably "locker" and "blind" in this

Re: [twitter-dev] Tips to avoid hitting rate limits for my movie monitoring application.

2010-03-09 Thread Rahul Dighe
words with spaces, are not supported. Keywords containing punctuation will only exact match tokens. Some UTF-8 keywords will not match correctly- this is a known temporary defect.* If this is the case how will the api track keywords such as "The Hurt Locker" or "The Blind Side"?

[twitter-dev] Tips to avoid hitting rate limits for my movie monitoring application.

2010-03-08 Thread Rahul
the frequency of tweets for a given search and then continuously vary the time between calls so that I can get as close to 100 tweets as possible in a call. Any ideas suggestions that can suggest ways to alleviate the above will be highly appreciated. Thanks Rahul.

The server understood the request, but is refusing to fulfill it.

2009-02-19 Thread Rahul Waghmare
we are getting token as in https://twitter.com/oauth/authorize?oauth_token=zb8CGahZPZuDgg3VgUs4fGRgmbHf9aamsSZqmv0P3hk but the page shows "403 Forbidden: The server understood the request, but is refusing to fulfill it." why it is happening. Thanks Rahul

Re: OAuth and verify_credentials

2009-02-17 Thread Rahul Waghmare
i am using http://twitter.abrah.am/ code example for twitter oauth ... i am facing on error as *Notice*: Undefined index: oauth_token in twitterOAuth.php online 103 what might be missing ? On Mon, Feb 16, 2009 at 4:33 AM, Paul Kinlan wrote: > Ok, I find it hard to think it is just a .Net thin

Re: print out Tweets

2009-02-16 Thread Rahul Waghmare
hey there is http://www.tweetbackup.com/ for this ... may this helps you . On Mon, Feb 16, 2009 at 6:37 AM, scanmyphotos wrote: > > Is there a way to archive and format all your Tweets into a pdf file? >

Re: Date Format: ex: "about 2 hours ago"

2008-12-22 Thread Rahul Waghmare
Hi Jim this may help you :) http://www.gyford.com/phil/writing/resources/2006/12/02/twitter.txt Thanks & Regards Rahul On Tue, Dec 23, 2008 at 4:05 AM, Jim wrote: > > I see that the API has a format for the post date. All of the clients > and the web post friendly things like abou

Re: Update status Using API.

2008-11-14 Thread Rahul Waghmare
Hi Alex, I am using this one http://twitter.slawcup.com/twitter.class.phps Thanks Rahul On Fri, Nov 14, 2008 at 12:15 PM, Alex Payne <[EMAIL PROTECTED]> wrote: > > Which Twitter PHP class are you using? > > On Thu, Nov 13, 2008 at 10:24 PM, Rahul <[EMAIL PROTECTED]&g

Update status Using API.

2008-11-13 Thread Rahul
Hi All, I am new to twitter API :) I am trying to post status using API ... Have a look on my code . update("Hi it is working re dada",$_POST ['name'],$_POST['password'] ); ?> Please tell me what wrong I am doing.. Thanks Rahul