[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 around?

Thanks.

-- 
Twitter developer documentation and resources: https://dev.twitter.com/doc
API updates via Twitter: https://twitter.com/twitterapi
Issues/Enhancements Tracker: https://code.google.com/p/twitter-api/issues/list
Change your membership to this group: 
https://groups.google.com/forum/#!forum/twitter-development-talk


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

2011-04-21 Thread Kumar

Thanks, Arnaud. Didn't think about the 'track' parameter. Will use it
now.


On Apr 21, 1:32 am, Arnaud Meunier arn...@twitter.com wrote:
 With the follow parameter, you should only get real replies  retweets.
 If you need to track all mentions, try the track parameter (i.e.
 track=@user)

 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 application we do need to keep track of
  mentions and the streaming api seems to work fine. Can we rely on it
  being 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)
  Implicit replies (“@user Hello!”, created without pressing a reply
  “swoosh” button to set the in_reply_to field)

  ---

  --
  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/issues/list
  Change your membership to this group:
 http://groups.google.com/group/twitter-development-talk

-- 
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/issues/list
Change your membership to this group: 
http://groups.google.com/group/twitter-development-talk


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

2011-04-20 Thread Kumar
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 application we do need to keep track of
mentions and the streaming api seems to work fine. Can we rely on it
being 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)
Implicit replies (“@user Hello!”, created without pressing a reply
“swoosh” button to set the in_reply_to field)

---

-- 
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/issues/list
Change your membership to this group: 
http://groups.google.com/group/twitter-development-talk


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

2011-04-05 Thread A. Kumar
Tatham,

Thanks for the response. Does that mean If I use say twitteroauth (for 
OAuth) while making HTTP Get statuses then it will be authenticated api call 
even the method itself does not require authentication?

Can you please share some sample code for authenticated api call on methods 
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: tathamoddie

 If you’re printing this email, you’re doing it wrong. This is a computer, 
 not a typewriter.

  

 *From:* twitter-deve...@googlegroups.com [mailto:
 twitter-deve...@googlegroups.com] *On Behalf Of *A. Kumar
 *Sent:* Monday, 4 April 2011 12:30 PM
 *To:* twitter-deve...@googlegroups.com
 *Subject:* [twitter-dev] Twitter Rate-limiting on the statuses/friends 
 list?

  

 Hi, 

 I am building a web application using sign-in with twitter and upon signed 
 in I am showing user's friends  followers. It's not another twitpic like 
 service but in the vertical market (CRM space).

  

 Since sign-in process api calls are authenticated hence will be charged to 
 the respective user (I am ok here) But *the real problem is rate-limiting 
 on the the friends/followers list* because GET statuses/friends (
 http://dev.twitter.com/doc/get/statuses/friends) calls do not requires 
 authentication and calls are deducted from the calling hosts IP address 
 allowance (my website) which are permitted 150 requests per hour which my 
 website will reach in few minutes.

  

 Earlier I could have asked for the *white-listing* from twitter but it's 
 not offered anymore. This features (friends/followers list) is very very 
 important features on my website and without this my website 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://code.google.com/p/twitter-api/issues/list
 Change your membership to this group: 
 http://groups.google.com/group/twitter-development-talk


-- 
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/issues/list
Change your membership to this group: 
http://groups.google.com/group/twitter-development-talk


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

2011-04-03 Thread A. Kumar
Hi, 

I am building a web application using sign-in with twitter and upon signed 
in I am showing user's friends  followers. It's not another twitpic like 
service but in the vertical market (CRM space).

Since sign-in process api calls are authenticated hence will be charged to 
the respective user (I am ok here) But *the real problem is rate-limiting on 
the the friends/followers list* because GET statuses/friends (
http://dev.twitter.com/doc/get/statuses/friends) calls do not requires 
authentication and calls are deducted from the calling hosts IP address 
allowance (my website) which are permitted 150 requests per hour which my 
website will reach in few minutes.

Earlier I could have asked for the *white-listing* from twitter but it's not 
offered anymore. This features (friends/followers list) is very very 
important features on my website and without this my website 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://code.google.com/p/twitter-api/issues/list
Change your membership to this group: 
http://groups.google.com/group/twitter-development-talk


[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 way.

Its throwing error like :

?xml version=1.0 encoding=UTF-8?
hash
  request/account/verify_credentials.xml?
oauth_consumer_key=oX9ZTIjxulA1dTpWPk7HAamp;oauth_nonce=8868298amp;oauth_signature_method=HMAC-
SHA1amp;oauth_timestamp=1301663655amp;oauth_token=PYg58LLcIlDFCFFHy0AAi9Z30k0dUKDSFrDAiTjnXkQamp;oauth_verifier=JzN6a5BIE0XCpCh7ER2YjVWkZIxVK4dAYwqYujRnOAamp;oauth_version=1.0amp;oauth_signature=njf2uxyVlBpclvvP4BOzOEF3orU
%3d/request
  errorCould not authenticate you./error
/hash

Can anyone help me in resolving this issue.

And is there any expiry of the access token that was obtained?

Thanks,
Yashwanth Konathala.

-- 
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/issues/list
Change your membership to this group: 
http://groups.google.com/group/twitter-development-talk


[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
sureshkumar1...@gmail.com

-- 
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/issues/list
Change your membership to this group: 
http://groups.google.com/group/twitter-development-talk


[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 related
parameters when i am sending a reuest to get the request token cross
domain issue is blocking me. what i need to do. any help will be
appriciated

Thanks,
Vinay

-- 
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/issues/list
Change your membership to this group: 
http://groups.google.com/group/twitter-development-talk


[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: http://code.google.com/p/twitter-api/issues/list
Change your membership to this group: 
http://groups.google.com/group/twitter-development-talk


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 : 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 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:
 http://code.google.com/p/twitter-api/issues/list
  Change your membership to this group:
 http://groups.google.com/group/twitter-development-talk

 --
 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/issues/list
 Change your membership to this group:
 http://groups.google.com/group/twitter-development-talk


-- 
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/issues/list
Change your membership to this group: 
http://groups.google.com/group/twitter-development-talk


[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 sample.
I'm unable to understand that where i'm using ConsumerID secret key
etc.
Please help

-- 
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/issues/list
Change your membership to this group: 
http://groups.google.com/group/twitter-development-talk


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 rate limited api call(according to
documentation). If I'm correct,then my application doesn't have any rate
limiting problems. Please correct me if I'm wrong.

On Tue, Nov 16, 2010 at 10:23 PM, @Red_Eyes millerdotp...@gmail.com wrote:

 If I understand you correctly, you want to build in some sort of
 interface into your site to allow users to Tweet from it under their
 own accounts. You would use oAuth to set up the credentials.
 Establishing these credentials would not count towards the rate limit
 as it is done through the Twitter site anyway. Each Tweet sent from
 your site would count towards the hourly limit for each account. If
 you suddenly had a huge number of users Tweeting from your IP, you
 might run into problems. If that were to happen, you could apply to
 get your IP whitelisted. However, the Twitter folk won't consider
 you for whitelisting until your application is up and running and in
 production. You would also have to prove a demonstrable need. (ie, if
 you think you will have a huge number of users, that probably won't
 do. If you can show you have a huge number of users, it might do ...
 but no guarantees!)

 On Nov 16, 3:29 pm, Ganesh Peria periagan...@gmail.com wrote:
  Thanks for the reply.
   Need some more clarification.
  My web application enable user to tweet in their twitter accounts. A
  user can tweet after he is logged in and authorizes my app. So asking
  login credentials and autorizing my application requires some api
  calls. Will these be counted under rate limiting?
 
  On Nov 16, 7:25 pm, Red_Eyes millerdotp...@googlemail.com wrote:
 
 
 
   You can make a call to search, for example, both authenticated and
   unauthenticated. Search uses a different rate limiting system to most
   other API calls. You have your assumption the wrong way round, though.
   When you are authenticated, generally you will get around 350 API
   calls per hour allowed. When you are unauthenticated, you will get 150
   per hour. Be aware, though, 2 people on the same IP performing an
   unauthentiacted API call will share the same pool of 150 hits. 2
   people on the same IP but each authenticated will get roughly 350 hits
   each. Be aware, though, on peak demands, Twitter can lower the amount
   of hits dynamically. Also note, if you use multiple accounts to try
   and circumvent the rate limits, the chances are you will get spotted
   and blocked!
 
   Red
 
   On Nov 16, 1:31 pm, Ganesh Peria periagan...@gmail.com wrote:
 
Hi,
   Im new to Twitter API. while reading the rate limiting faq, it is
said that authenticated api calls are counted under IP address and
unauthenticated api calls are counted under the logged in user.
 
  My question is what is authenticated call and an unauthenticated
call.
 
  My assumption is this: In the api documentation if it says
 Requires
Authentication =true then is an authenticated call otherwise an
unauthenticated call. Am I right?- Hide quoted text -
 
  - Show quoted text -

 --
 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/issues/list
 Change your membership to this group:
 http://groups.google.com/group/twitter-development-talk


-- 
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/issues/list
Change your membership to this group: 
http://groups.google.com/group/twitter-development-talk


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...@edwardhotchkiss.com
 wrote:

 borat, check out hootsuite. this is a list for dev not end-users.

 Best,

 --
 Edward H. Hotchkiss
 http://www.edwardhotchkiss.com/
 http://www.twitter.com/edwardhotchkiss/
 --





 On Nov 4, 2010, at 12:03 PM, Alexandre E. Knorst wrote:

  Hi Guys !!

 I´m use Twitter for a short time.

 Sometimes I see important tweets attached with movies and URL links,
 but, don´t have time for read on this moment.
 It´s possible mark that tweet for read later ???

 And .. other important feauture will be score for ranking tweets.

 Thanks,

 --
 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/issues/list
 Change your membership to this group:
 http://groups.google.com/group/twitter-development-talk



 --
 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/issues/list
 Change your membership to this group:
 http://groups.google.com/group/twitter-development-talk



-- 
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/issues/list
Change your membership to this group: 
http://groups.google.com/group/twitter-development-talk


[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 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/issues/list
Change your membership to this group: 
http://groups.google.com/group/twitter-development-talk


[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: http://twitter.com/twitterapi
Issues/Enhancements Tracker: http://code.google.com/p/twitter-api/issues/list
Change your membership to this group: 
http://groups.google.com/group/twitter-development-talk


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 
taylorsinglet...@twitter.com wrote:

 Some mobile clients opt to use a form of OAuth called xAuth for
 authenticating users without the web-page-song-and-dance. You can find out
 more about xAuth at http://dev.twitter.com/pages/xauth and can request
 permissions to utilize it by sending a detailed note to a...@twitter.com --
 it is unlikely whether you'll receive authorization to use xAuth within 20
 hours (it generally takes 3 or more days). Otherwise, you can still direct
 users through the out of band OAuth flow.

 Thanks,
 Taylor

   On Mon, Sep 13, 2010 at 12:29 PM, ronak ronak@gmail.com wrote:

  Hi,

 I am developing a client application (not a web application). I am
 able to get the token and the token secret. Now how do i authorize the
 user ? Because for authorization i see the documentation asking me to
 redirect the user to a particular web-location !! How can i achieve
 this using a client-app ?

 Please help me out. I have to hit a delivery date in another 20 hours :
 (

 Thanks
 Ronak

 --
 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/issues/list
 Change your membership to this group:
 http://groups.google.com/group/twitter-development-talk?hl=en


 --
 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/issues/list
 Change your membership to this group:
 http://groups.google.com/group/twitter-development-talk?hl=en


-- 
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/issues/list
Change your membership to this group: 
http://groups.google.com/group/twitter-development-talk?hl=en


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 Singletary 
taylorsinglet...@twitter.com wrote:

 Correct, you would still need to ask the user to go to a specific web page,
 where they will be asked to authorize your application and then be presented
 with a PIN code that they would enter in your application.

 Taylor

   On Mon, Sep 13, 2010 at 1:32 PM, Ronak Kumar Samantray 
 ronak@gmail.com wrote:

   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 
 taylorsinglet...@twitter.com wrote:

  Some mobile clients opt to use a form of OAuth called xAuth for
 authenticating users without the web-page-song-and-dance. You can find out
 more about xAuth at http://dev.twitter.com/pages/xauth and can request
 permissions to utilize it by sending a detailed note to a...@twitter.com-- 
 it is unlikely whether you'll receive authorization to use xAuth within
 20 hours (it generally takes 3 or more days). Otherwise, you can still
 direct users through the out of band OAuth flow.

 Thanks,
 Taylor

   On Mon, Sep 13, 2010 at 12:29 PM, ronak ronak@gmail.com wrote:

  Hi,

 I am developing a client application (not a web application). I am
 able to get the token and the token secret. Now how do i authorize the
 user ? Because for authorization i see the documentation asking me to
 redirect the user to a particular web-location !! How can i achieve
 this using a client-app ?

 Please help me out. I have to hit a delivery date in another 20 hours :
 (

 Thanks
 Ronak

 --
 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/issues/list
 Change your membership to this group:
 http://groups.google.com/group/twitter-development-talk?hl=en


 --
 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/issues/list
 Change your membership to this group:
 http://groups.google.com/group/twitter-development-talk?hl=en


 --
   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/issues/list
 Change your membership to this group:
 http://groups.google.com/group/twitter-development-talk?hl=en


   --
 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/issues/list
 Change your membership to this group:
 http://groups.google.com/group/twitter-development-talk?hl=en


-- 
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/issues/list
Change your membership to this group: 
http://groups.google.com/group/twitter-development-talk?hl=en


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
 user account. I want to validate the username using php  ajax when he/
 she is entering in the textbox. Is there any way using which I can get
 response whether user have entered valid username or not? Please help
 me. Thanks in advance.

 --
 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/issues/list
 Change your membership to this group:
 http://groups.google.com/group/twitter-development-talk?hl=en


-- 
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/issues/list
Change your membership to this group: 
http://groups.google.com/group/twitter-development-talk?hl=en


[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 othere then OAuth service ,


Thanks







-- 
Regards
B.S.Bharanikumar
http://php-mysql-jquery.blogspot.com/


Re: [twitter-dev] Re: Hi

2010-06-23 Thread bharani kumar
Am in India ,

Am just trying in the after noon time ,

What i am saying working fine, but not an continuously getting Error Every 3
tweets ,

It tooo terrible 4 me,



On Wed, Jun 23, 2010 at 7:12 PM, luisg luisfmgoncal...@gmail.com wrote:

 Hi there...

 Actually I'm using oauth with 2 diferent libraries: Haughin (http://
 www.haughin.com/code/twitter/) and Abraham (http://github.com/abraham/
 twitteroauth) for a web page I'm almost finishing.
 But, I'm not sure if this will solve your problem...
 I think that Twitter have some serious problems. I'm always getting a
 'Twitter is over 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  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 othere then OAuth service ,
 
  Thanks
 
  --
  Regards
  B.S.Bharanikumarhttp://php-mysql-jquery.blogspot.com/




-- 
Regards
B.S.Bharanikumar
http://php-mysql-jquery.blogspot.com/


[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] 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.
 The best path to implementing secure authentication that doesn't put users
 at risk is OAuth ( http://dev.twitter.com/pages/auth_overview and
 http://dev.twitter.com/pages/auth )

 For certain kinds of applications that do not have ready access to a web
 browser and who would rather eschew the entire OAuth out-of-band flow (which
 is more appropriate and introduces less risk at the cost of what some may
 perceive as a poorer user experience), we offer xAuth on an approval-basis.
 xAuth still requires implementing most of the OAuth standard, but allows you
 to exchange a username and password, with the user's permission, for an
 OAuth access token. You would then dispose of the login and password given
 by the user and use an access token, which the user can revoke at any time,
 to access resources on the member's behalf. You can read about xAuth at
 http://dev.twitter.com/pages/xauth .

 Taylor Singletary
 Developer Advocate, Twitter
 http://twitter.com/episod


 On Tue, May 18, 2010 at 5:58 AM, Sigma suresh.aa...@gmail.com wrote:

 Hi,
I'm a newbie. i want to know how to get username and password from
 folks accessing my application and tweet on behalf of them? Is this
 the basic authentication twitter is about to close by june? And is
 there any way to get this work done? i don't know where to start.
 kindly reply with tutorials or explanations.

 Thanks in Advance.





[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
Hi,

Can you please provide me a sample of how I can use Geo Location API ?

Thanks.


On Tue, Mar 16, 2010 at 7:12 PM, Atul Kulkarni atulskulka...@gmail.comwrote:

 Use Geo-location API instead.
 http://blog.twitter.com/2009/08/location-location-location.html

 On Tue, Mar 16, 2010 at 7:47 AM, 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.

 Thanks.
 (Praveen kumar)




 --
 Regards,
 Atul Kulkarni




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

2010-03-12 Thread PRAVEEN KUMAR
If user has provided permissions in that case which API method can provide
me this information.
Is it provided by new GEO functions created by Twitter. Can you please let
me know the use of these functions also to get thte IP.

Thanks.

On Fri, Mar 12, 2010 at 9:47 AM, TJ Luoma luo...@luomat.net 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
  user's current location.
 
  Please help me in getting this detail.Which API function can solve my
  problem ?

 None. That information isn't available via the API, nor should it be
 as it would be a major issue of privacy that I'm sure Twitter wouldn't
 want to open up without explicit permission from the users.

 TjL



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

2010-03-12 Thread PRAVEEN KUMAR
Hi Zac,

can you please suggest how I can use these two new URLs. I mean what are the
parameters need to be passed.

Thanks.

On Fri, Mar 12, 2010 at 1:12 PM, Zac Bowling zbowl...@gmail.com wrote:

 The user's IP isn't available. Would be a huge security and privacy issue.

 However location 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 All,

 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
 user's current location.

 Please help me in getting this detail.Which API function can solve my
 problem ?

 Thanks.
 (Praveen Kumar)





[twitter-dev] Getting IP of user from Tweets

2010-03-11 Thread PRAVEEN KUMAR
Hi All,

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
user's current location.

Please help me in getting this detail.Which API function can solve my
problem ?

Thanks.
(Praveen Kumar)


[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] 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, CURLOPT_HTTP_VERSION, CURL_HTTP_VERSION_1_1);
   curl_setopt($ch, CURLOPT_USERPWD, $username.:.$pass);
   curl_setopt($ch, CURLOPT_VERBOSE, 1);
   curl_setopt($ch, CURLOPT_POST, 1);
   curl_setopt($ch, CURLOPT_RETURNTRANSFER,1);
 $returned = curl_exec($ch);

anybody help to this problem


[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 needs before appendibf
status in SBS and also in UrL

Also, despite using Post, i need to append entire requet param in
request URL. if i dont do so, it throw sme incorrect sign error.

Thanks in advance!


[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.

  Thank u,



[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] Re: Getting tweets from Twitter API

2009-07-12 Thread praveen kumar
Thanks for your response, i will check according to your suggestions.

On Sat, Jul 11, 2009 at 1:53 PM, Scott Haneda talkli...@newgeo.com wrote:

 From what I understand, it is UTC time. The +/- is the offset depending
 on what zone you are in.

 This allows for a time value that is the same across the world, but can be
 offset for any particular locale.

 I think http://en.m.wikipedia.org/wiki/Coordinated_Universal_Time will
 explain it adequitly. You can also read in the time value from the API and
 compare it to the time shown on Twitter.com. Then change your preferences
 to alter 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   or  System time. can u please
 explain it.


 On Fri, Jul 10, 2009 at 12:39 PM, Kevin Mesiab  ke...@mesiablabs.com
 ke...@mesiablabs.com wrote:

 The time field returned contains the offset (usually +)
 Tue Apr 07 22:52:51 + 2009

 On Thu, Jul 9, 2009 at 7:13 PM, praveen kumar praveen.neteli...@gmail.com
 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, Mesiab Labs L.L.C.

 208-447-6016

 http://www.mesiablabs.comhttp://www.mesiablabs.com
 http://www.plsadvise.comhttp://www.plsadvise.com





 --
 Regards,
 Praveen Kumar .N
 Software Engineer
 Netelixir e-Marketing Solutions
 Hyderabad
 http://www.netelixir.comwww.netelixir.com




-- 
Regards,
Praveen Kumar .N
Software Engineer
Netelixir e-Marketing Solutions
Hyderabad
www.netelixir.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:

 The time field returned contains the offset (usually +)
 Tue Apr 07 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, Mesiab Labs L.L.C.

 208-447-6016

 http://www.mesiablabs.com
 http://www.plsadvise.com




[twitter-dev] Getting tweets from Twitter API

2009-07-10 Thread praveen kumar
The time field returned contains the offset (usually +)

What is the meaning of this is it  GMT+0   or  System time. can u please
explain it.


 On Fri, Jul 10, 2009 at 12:39 PM, Kevin Mesiab ke...@mesiablabs.comwrote:

 The time field returned contains the offset (usually +)
 Tue Apr 07 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, Mesiab Labs L.L.C.

 208-447-6016

 http://www.mesiablabs.com
 http://www.plsadvise.com





-- 
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-Marketing Solutions
Hyderabad
www.netelixir.com


[twitter-dev] Re: About OAuth authorization

2009-07-09 Thread praveen kumar
Thanks Duane for your response.

On Thu, Jul 9, 2009 at 8:11 PM, Duane Roelands duane.roela...@gmail.comwrote:


 1. OAuth allows your user to authenticate without ever exposing his
 Twitter credentials to your application.

 2. OAuth allows a user to revoke your application's access to their
 account.

 3. If you don't use OAuth, tweets posted from your application will
 show up as from API (I believe).  You can't put the name of your
 application in there unless you use OAuth.

 4. Basic Auth will eventually be deprecated.  If the first three
 reasons don't convince you, you should give 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 wrote:
  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


[twitter-dev] Dumping Tweets

2009-07-07 Thread praveen kumar
Hai,

I have problem  while getting tweets from the API. According to Twitter API
Tweets *created_at *time is in GMT Timezone* *but some times *created_at* of
tweet is showing  *future time* (GMT).

Please help me, is there any changes that i should in my code while getting
tweets from Twitter API.


-- 
Regards,
Praveen Kumar .N
Software Engineer
Netelixir e-Marketing Solutions
Hyderabad
www.netelixir.com


[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