[twitter-dev] Regarding Notifications of Twitter in Java

2009-04-07 Thread Kumar
I unable to access this url http://twitter.com/notifications/leave/svkumar.json by providing the credentials of another user. (Both are friends) Please let me know how to solve this. Thanks, Kumar

[twitter-dev] Twitter OAuth 'Incorrect Signature' Error in update method, when using special char or space in STATUS

2009-10-11 Thread Kumar
Hi, I'm using Apache HttpPost to update the status. it works fine when using only single word plain text Status message. but fails when entering more than one word or any special char. seems i'm doing something wrong in encoding of status message. please help me nd lemme know what encoding

[twitter-dev] Twitter Rate-limiting on the statuses/friends list?

2011-04-03 Thread A. Kumar
will be toothless. Hence I'm very very frustrated. Can somebody help me how do resolve this issue? Thanks in advance. A Kumar. -- Twitter developer documentation and resources: http://dev.twitter.com/doc API updates via Twitter: http://twitter.com/twitterapi Issues/Enhancements Tracker: http

Re: RE: [twitter-dev] Twitter Rate-limiting on the statuses/friends list?

2011-04-05 Thread A. Kumar
that do not require authentication.? Thanks, Kumar On Sunday, April 3, 2011 10:56:27 PM UTC-4, Tatham Oddie wrote: Just because it doesn’t *require* authentication doesn’t mean you can’t auth anyway. -- Tatham Oddie au mob: +61 414 275 989, us cell: +1 213 280 3556, skype

[twitter-dev] Streaming API statuses/fileter method, follow parameter

2011-04-20 Thread Kumar
present always? Is the documentation dated and need to be updated? Thanks, Kumar. - http://dev.twitter.com/pages/streaming_api_methods#follow References unmatched are statuses that were: Mentions (“Hello @user!”) Implicit retweets (“RT @user Says Helloes” without pressing a retweet button

[twitter-dev] Re: Streaming API statuses/fileter method, follow parameter

2011-04-21 Thread Kumar
) Arnaud / @rno http://twitter.com/rno On Tue, Apr 19, 2011 at 9:35 PM, Kumar kumar...@gmail.com wrote: Hi All, The streaming api documentation says that mentions, implicit retweets and implicit replies will NOT be returned. However, it looks like they are being returned. For our

[twitter-dev] Dumping Tweets

2009-07-07 Thread praveen kumar
. -- Regards, Praveen Kumar .N Software Engineer Netelixir e-Marketing Solutions Hyderabad www.netelixir.com

[twitter-dev] About OAuth authorization

2009-07-09 Thread praveen kumar
Hi, I would like to develop a tool on Twitter, i have few doubts. Please clarify. 1. What is the use of OAuth authorization ? 2. From Twitter API we can update tweets without OAuth authorization. Why this OAuth authorization? -- Regards, Praveen Kumar .N Software Engineer Netelixir e

[twitter-dev] Re: About OAuth authorization

2009-07-09 Thread praveen kumar
this one serious consideration. :) I have some issues with OAuth, but they're minor and hardly insurmountable. Moreover, if you use a library that handles OAuth for you, implementing it is not a major endeavor. Regards, --Duane On Jul 9, 7:56 am, praveen kumar praveen.neteli...@gmail.com

[twitter-dev] Re: Getting tweets from Twitter API

2009-07-10 Thread praveen kumar
The time field returned contains the offset (usually +). But when ever i am getting tweets it is giving my system time (GMT+5), I should change any thing in my code please help me. -- Regards, Praveen Kumar .N On Fri, Jul 10, 2009 at 12:39 PM, Kevin Mesiab ke...@mesiablabs.com wrote

[twitter-dev] Getting tweets from Twitter API

2009-07-10 Thread praveen kumar
22:52:51 + 2009 On Thu, Jul 9, 2009 at 7:13 PM, praveen kumar praveen.neteli...@gmail.com wrote: Hi, If we are getting tweets from Twitter API , User's tweet dates are in which timezone. Is it in GMT or else different timezones. -- Regards, Praveen Kumar.N -- Kevin Mesiab CEO

[twitter-dev] Re: Getting tweets from Twitter API

2009-07-12 Thread praveen kumar
your time zone. This is a good way to see how the offsets work as you go. -- Scott Iphone says hello. On Jul 10, 2009, at 10:30 PM, praveen kumar praveen.neteli...@gmail.com wrote: The time field returned contains the offset (usually +) What is the meaning of this is it GMT+0

[twitter-dev] e-book on internet Retailer

2009-07-24 Thread praveen kumar
Hai, In this link containing tips for internet marketing http://netelixir.com/semfreshideas.html?2http://netelixir.com/semfreshideas.html?1 There is a direct url to the ebook also, http://netelixir.com/freshideas.html?2http://netelixir.com/freshideas.html Regards, Praveen Kumar .N

[twitter-dev] problem in adding follow in twitter from my tool

2009-10-08 Thread kiran kumar
Hi, I getting problem is,i like to add bulk of followers but i not that all followers adding.I worked on php by using cURL functions.and i use add follower by using http://twitter.com/friendships/create.xml?screen_name=follower's username.plz help to solve my problem.

[twitter-dev] Add mass follow in twitter account

2009-10-15 Thread kiran kumar
Hi, I need to add mass follow in my twitter account.I already wrote a program to add mass follows but didn't adding,my code is in below $url=http://twitter.com/friendships/create.xml?screen_name=.$value; $ch = curl_init(); curl_setopt($ch, CURLOPT_URL,$url); curl_setopt($ch,

[twitter-dev] Query About Direct Messages

2010-02-05 Thread kiran kumar
In Twitter,showing 250 per day limit.i want know to that,250 means message or 250 users.I want to develop a tool to send direct messages to my friends at a time.So,any body help me to solve my problem. Thank u. Kiran

[twitter-dev] Getting IP of user from Tweets

2010-03-11 Thread PRAVEEN KUMAR
can solve my problem ? Thanks. (Praveen Kumar)

Re: [twitter-dev] Getting IP of user from Tweets

2010-03-12 Thread PRAVEEN KUMAR
wrote: On Thu, Mar 11, 2010 at 10:08 PM, PRAVEEN KUMAR erpraveen2...@gmail.com wrote: I want to get IP address of user based on the last tweet sent by him. Message may be sent from machine or from mobile but in both the cases whatever IP he has used I need that in my application to find out

Re: [twitter-dev] Getting IP of user from Tweets

2010-03-12 Thread PRAVEEN KUMAR
is possible using the new geo features. It's opt in and it requires the user use client that supports sending location data, but the accuracy is far greater then any kind of geo-ip lookup could offer. Zac Bowling On Thu, Mar 11, 2010 at 7:08 PM, PRAVEEN KUMAR erpraveen2...@gmail.comwrote: Hi

[twitter-dev] Getting permission for collecting IP of user

2010-03-16 Thread PRAVEEN KUMAR
Hi, Can I develop a Twitter application which asks for permission of user so that I can collect his IP details from the tweets he sends ? If not then Is there any other way by which I can collect IP information of user to get his exact location. Thanks. (Praveen kumar)

Re: [twitter-dev] Getting permission for collecting IP of user

2010-03-16 Thread PRAVEEN KUMAR
, PRAVEEN KUMAR erpraveen2...@gmail.comwrote: Hi, Can I develop a Twitter application which asks for permission of user so that I can collect his IP details from the tweets he sends ? If not then Is there any other way by which I can collect IP information of user to get his exact location

Re: [twitter-dev] Oauth authentication - reg

2010-05-18 Thread Suresh Kumar
Hi, Is there any api for as3 available? Suresh Kumar On Tue, May 18, 2010 at 7:10 PM, Taylor Singletary taylorsinglet...@twitter.com wrote: Hi, Basic authentication, which is the method of sending a username and password on each API call through HTTP Basic Auth, is going away in June

[twitter-dev] Hi

2010-06-23 Thread bharani kumar
Hi , I have integrated twitter in my web site using PHP CURL , But its tooo slow , Most of the time am getting the TRY AGAIN ERROR Is there any alternate way for twitter , I find there is another way using OAUTH , Not sure but for that we should install the PEAR module , Is there anything

Re: [twitter-dev] Re: Hi

2010-06-23 Thread bharani kumar
capacity' message, especially during the afternoon (I'm in Holand, so GMT+1). In the morning works ok, and I think is because people from America are sleeping :) Am I right? You have this kind of problems too? On Jun 23, 8:45 am, bharani kumar bharanikumariyer...@gmail.com wrote: Hi , I have

[twitter-dev] undefined index: oauth_token_secret in

2010-10-01 Thread bharani kumar
Hi , When i run my oauth snippet am getting this error, Refer some good open source oauth, Thanks -- Regards B.S.Bharanikumar http://php-mysql-jquery.blogspot.com/ -- Twitter developer documentation and resources: http://dev.twitter.com/doc API updates via Twitter:

[twitter-dev] Twitter followers order

2010-11-04 Thread Senthil Kumar
I know that previously there was no particular order in which followers were displayed. But since newTwitter, i find recent followers in the beginning of the list. So, we see followers in the order they started following us? Any help would be appreciated, thanks, Senthil Kumar. -- Twitter

Re: [twitter-dev] Re: Difference between Authenticated and Unauthenticated Call

2010-11-16 Thread ganesh kumar
Thank you very much.. yes you understood my exact requirement. It is said that POST api calls are not rate limited.. sending tweets is a POST call. so it should not be rate limited. Am I right? What is the api call to post a tweet? I think POST statuses/update is used to post a tweet and it is non

[twitter-dev] Authorization

2010-12-10 Thread kumar Gaurav
I'm unable to authorize for twitter using any .NET API. The window based apps i used t use before is also throwing error with the credentials but i can log to twitter.com with the same credentials. I read OAUTH doc on twitter but i'm not able to implement that using c# API. Please provide some

[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 kumar Gaurav
/yusukeyamamoto subscribe me at : http://samuraism.jp/ On Dec 15, 2010, at 19:09 , kumar Gaurav wrote: 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

[twitter-dev] how to get the home timeline of a user

2011-03-18 Thread vinay kumar
Hi, i did all the basic things like registering a site and getting the keys. there is url in twitter statuses/home_timeline.json. it needs authentication. i am trying to get the data through javascript Oauth. i am able to get the oauth-nonce, oauth-nonce, oauth-timestamp and all the

[twitter-dev] changing 'Via' and using HTTPS

2011-03-21 Thread Suresh Kumar
Dear Twitter Development Group, I have the following queries: 1. How can i change the via option. E.g. Want to use via 'x' operator 2. Is it possible to have an image (of 'x' operator) along with via 'x' operator message 3. Is it possible to use HTTPS rather than going for HTTP Regrads, Suresh

[twitter-dev] Reg: unauthorirzed error while getting profile url

2011-04-01 Thread yaswanth kumar
Hi, Currently i am using oAuth to get the public profile of the twitter Details are: _oauth.oAuthWebRequest(oAuthTwitter.Method.GET, https:// api.twitter.com/account/verify_credentials.xml,string.Empty); this is the webrequest i am using to get the profile but this is working in an intermitten

[twitter-dev] Scheduled tweets

2011-07-11 Thread santhosh kumar
Hi, I wonder if there is anyway to post tweets in a scheduled basis. I am creating an application from which I want the users to share their thoughts in twitter exactly at the time they set in publish on field. I guess I can do it using the curl library in PHP. Is there anyother better work

[twitter-dev] Twitter Oauth Integration

2010-06-22 Thread Anil kumar M.S
Hi All, Can you please help me in integrating Oauth to our app , thanks Anilkumar

Re: [twitter-dev] How to validate twitter username in PHP?

2010-08-28 Thread Sujit Kumar Garikipati
You can refer to this library, written by @abraham to learn using OAuth authorization in PHP. http://twitteroauth.labs.poseurtech.com/connect.php On Sat, Aug 28, 2010 at 7:15 AM, computerzworld meat2...@gmail.com wrote: Hi, I have created application that fetches users' tweets from his/her

Re: [twitter-dev] How to authorize from Client-Mobile-Application

2010-09-13 Thread Ronak Kumar Samantray
In the OOB flow also i need to redirect the user to an URL isnt it where he needs to key-in a PIN code ? Or am i missing something ? Thanks Ronak -- Ronak Kumar Samantray Hyderabad Mobile : +91-9347290267 040-66933916 On Tue, Sep 14, 2010 at 1:59 AM, Taylor Singletary

Re: [twitter-dev] How to authorize from Client-Mobile-Application

2010-09-13 Thread Ronak Kumar Samantray
Once i get the access token, how long can i retain i use it for ? So that i need not ask the user to do the whole process again ? Is it that once in a lifetime ? Ronak Kumar Samantray Hyderabad Mobile : +91-9347290267 040-66933916 On Tue, Sep 14, 2010 at 2:05 AM, Taylor

Re: [twitter-dev] Suggestion for new feature ..

2010-11-04 Thread Ronak Kumar Samantray
It would be super-cool to have this feature. Many a times i just skip the tweet for future reference, it would cool if i could mark it somehow.. Ronak Kumar Samantray Hyderabad Mobile : +91-9347290267 040-66933916 On Fri, Nov 5, 2010 at 2:32 AM, Edward Hotchkiss edw