[twitter-dev] Re: unique for every request in User Agent field?

2011-07-26 Thread jimmy6
pls help

On Jul 21, 10:51 am, jimmy6 laise...@gmail.com wrote:
 Search API usage requires that applications include a unique and
 identifying User Agent string

 The above sentence is it unique for every request?

-- 
Have you visited the Developer Discussions feature on 
https://dev.twitter.com/discussions yet?

Twitter developer links:
Documentation and resources: https://dev.twitter.com/docs
API updates via Twitter: https://twitter.com/twitterapi

Unsubscribe or change your group membership settings: 
http://groups.google.com/group/twitter-development-talk/subscribe


[twitter-dev] unique for every request in User Agent field?

2011-07-21 Thread jimmy6
Search API usage requires that applications include a unique and
identifying User Agent string

The above sentence is it unique for every request?

-- 
Have you visited the Developer Discussions feature on 
https://dev.twitter.com/discussions yet?

Twitter developer links:
Documentation and resources: https://dev.twitter.com/docs
API updates via Twitter: https://twitter.com/twitterapi

Unsubscribe or change your group membership settings: 
http://groups.google.com/group/twitter-development-talk/subscribe


[twitter-dev] search.twitter.com does not return rate limit info

2011-07-21 Thread jimmy6
I did not receive as mentioning in the document. Why?
URL:http://search.twitter.com/search.json?geocode=1%2C1%2C10mi
X-FeatureRateLimit-Limit
X-FeatureRateLimit-Remaining
X-FeatureRateLimit-Reset

Does search.twitter.com/search provide retryAfter after exceed the
limit?

Received header:

Status Code: 200
Date: Thu, 21 Jul 2011 11:42:10 GMT
Via: 1.1 varnish
Age: 0
X-Cache: MISS
Status: 200 OK
Connection: close
Content-Encoding: gzip
X-Served-By: smf1-acz-35-sr4.prod.twitter.com
X-Runtime: 0.12083
Server: hi
X-Served-From: smf1-aej-23-sr2
X-Varnish: 259605990
Content-Length: 942
Cache-Control: max-age=15, must-revalidate, max-age=300
Vary: Accept-Encoding
Content-Type: application/json; charset=utf-8
X-Timeline-Cache-Hit: Miss
X-Cache-Svr: smf1-acz-35-sr4.prod.twitter.com
Expires: Thu, 21 Jul 2011 11:47:10 GMT
Response Body

-- 
Have you visited the Developer Discussions feature on 
https://dev.twitter.com/discussions yet?

Twitter developer links:
Documentation and resources: https://dev.twitter.com/docs
API updates via Twitter: https://twitter.com/twitterapi

Unsubscribe or change your group membership settings: 
http://groups.google.com/group/twitter-development-talk/subscribe


[twitter-dev] question on authentication...

2011-05-15 Thread jimmy6
1) oath2 supported in twitter?

2) Why there is no proper document mention what parameter use in
following authenticated method?
http://dev.twitter.com/pages/sign_in_with_twitter

3) How to get access token in @anywhere?

-- 
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: question on authentication...

2011-05-15 Thread jimmy6
When i use(http://api.twitter.com/oauth/authenticate.oauth?
force_login=true) in browser
I am getting following stuff.

Sorry, that page doesn’t exist!
Search for a username, first or last name:

On May 16, 8:09 am, David dtran...@gmail.com wrote:
 Hi Jimmy,

 1) No, Twitter currently uses OAuth 1.0 - they are waiting for the OAuth 2.0
 spec to stabilize a bit more before making the switch (source: DevnestSF).

 2) You'll want to read documentation about the /oauth/authorize and
 /oauth/authenticate endpoints here:
  http://dev.twitter.com/doc/get/oauth/authorizeandhttp://dev.twitter.com/doc/get/oauth/authenticate

 3) @anywhere tokens and the long-lived OAuth 1.0 tokens that you can use
 server-side aren't compatible. See this post for more 
 information:https://groups.google.com/forum/?hl=en#!topic/twitter-dev-anywhere/0B...

 Hope that helps,
 David

-- 
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: what happen if auth token inside search api?

2011-05-11 Thread jimmy6
If it is the case, how can i get/search private twit?

On May 10, 10:23 pm, Taylor Singletary taylorsinglet...@twitter.com
wrote:
 The Search API will ignore any authentication that you send its way -- it
 doesn't know anything about authentication.

 @episod http://twitter.com/episod - Taylor Singletary

 On Tue, May 10, 2011 at 7:13 AM, jimmy6 laise...@gmail.com wrote:
  What will happen if i pass in authentication token in search api? Does
  it return different result? Does it return only my twit and friend
  twit?

  --
  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 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: what happen if auth token inside search api?

2011-05-11 Thread jimmy6
Then how can i search private twit?

On May 12, 2:04 am, Matt Harris thematthar...@twitter.com wrote:
 Hi Jimmy,

 The Search API only indexes public Tweets so it doesn't know about Tweets
 from protected users.

 Best,
 @themattharris
 Developer Advocate, Twitterhttp://twitter.com/themattharris

 On Wed, May 11, 2011 at 8:29 AM, jimmy6 laise...@gmail.com wrote:
  If it is the case, how can i get/search private twit?

  On May 10, 10:23 pm, Taylor Singletary taylorsinglet...@twitter.com
  wrote:
   The Search API will ignore any authentication that you send its way -- it
   doesn't know anything about authentication.

   @episod http://twitter.com/episod - Taylor Singletary

   On Tue, May 10, 2011 at 7:13 AM, jimmy6 laise...@gmail.com wrote:
What will happen if i pass in authentication token in search api? Does
it return different result? Does it return only my twit and friend
twit?

--
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 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 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] what happen if auth token inside search api?

2011-05-10 Thread jimmy6
What will happen if i pass in authentication token in search api? Does
it return different result? Does it return only my twit and friend
twit?

-- 
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: Question about storing username password like tweetdeck

2011-03-28 Thread jimmy6
I dont think so. Tweetdeck need to store our twiter's username and
password. Look like it direct access our account. Right?

On Mar 27, 11:08 pm, Scott Wilcox sc...@dor.ky wrote:
 Tweetdeck uses XAuth to obtain tokens for OAuth use.

 On 27 Mar 2011, at 15:56, Jimmy Au wrote:







  I am wondering what api is using by tweetdeck which is not using oauth
  authentication. It direct using username and password for it's app.

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