[twitter-dev] Twitter-oAuth-IPhone : Which function on Login Success : twits of followings

2011-03-18 Thread Battan Amit
Hi All

I am using Twitter-oAuth-IPhone
https://github.com/bengottlieb/Twitter-OAuth-iPhone

Login using this code

if(![twitterObj isAuthorized]){
UIViewController *controller = [SA_OAuthTwitterController
controllerToEnterCredentialsWithTwitterEngine:twitterObj
delegate:self];
NSLog(@twitter 1);

if (controller){
NSLog(@twitter 2);
[[self objectForKey:@self] presentModalViewController:
controller animated: YES];
}
}

I have 2 questions

   - I want to do some code on login success and login fail in which
   function should I code
   - Which function return me the my home page updates i.e twits of
   followings

*Amit Battan*

-- 
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] 401 Not Authorized in API OAuth PHP authorization

2011-03-18 Thread Scott Wilcox
Checked your tokens are correct?

On 18 Mar 2011, at 12:01, @matheuseduardo wrote:

 I have tested the api twitter with at least four solutions (one of them 
 everworked before, months ago) in PHP, and getting the same error: 401 Not 
 Authorized.
 
 Is there any novelty, any prior authorization to be given to theapplication?
 
 There are others with the same problem?
 
 Someone trying anything new in PHP and working well?

-- 
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] 401 Not Authorized in API OAuth PHP authorization

2011-03-18 Thread @matheuseduardo
Yep! And try to reset keys, delete application, create other, create other 
in other user... and nothing worked as well!

I've downloaded some ready for test examples from github, from posts.. 
nothing.

Even the popular @abraham's Twitter OAuth library for 
PHPhttps://github.com/abraham/twitteroauth (which 
was just change the two keys and worked in past) did not work here! and have 
the same error 401 Not Authorized in header (instead 200 Ok).

There is someone trying something new in PHP with Oauth, that can send me 
the sample files so I just enter my keys and test?

Rgds

*(sorry for bad english, with the help of google translator)*

-- 
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] Re: 401 Not Authorized in API OAuth PHP authorization

2011-03-18 Thread Ninjamonk
I am having the same issue, code that worked yesterday is now throwing
401's - I am using .net

-- 
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] Re: 401 Not Authorized in API OAuth PHP authorization

2011-03-18 Thread Ninjamonk
it seems to be back and working fine now.

On Mar 18, 1:18 pm, Ninjamonk dar...@stuartmedia.co.uk wrote:
 I am having the same issue, code that worked yesterday is now throwing
 401's - I am using .net

-- 
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] Re: 401 Not Authorized in API OAuth PHP authorization

2011-03-18 Thread @matheuseduardo
My problem persist and I still receiving a Failed to validate oauth 
signature and token.
But in all examples is well signed with HMAC-SHA1 as suposed to be.

I can't get the request token therefore I can't get the authenticate url 
(to access twitter authentication page, etc).

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


[twitter-dev] Re: Missing step in oauth implementation

2011-03-18 Thread BryanGravois
Is there a reason you're unable to ask for the username and password
before you grab the oauth token and secret? It sounds like you're
losing your session between jumping back and forth. On your own
computer, you're not an enduser going from server a to server b and
back (and at least in PHP, you can't naturally maintain sessions
across domains...I suppose there may be a hack to tweak that, but it
would be inherently insecure...).

On Mar 17, 7:08 am, Randomness randomness.bl...@gmail.com wrote:
 I have gone through the process of implementing oauth from scratch on
 my website, but am unclear about one step in the process.

 Acquiring a request token is not a problem and I am getting an
 oauth_token and oauth_token_secret fine, no problems there. But after
 this I am sending the user to Twitter to authorize after which Twitter
 will redirect the user to my website, and I have lost control over the
 user. Testing it on my own pc works fine and I can get read the
 verifier from the url on the screen. Combined with the previously
 acquird tokens I than receive back the screen_name and user_id + plus
 the required token and secret.

 The problem is that I do this in two steps, while reading an url from
 my screen. Obviously when a user somehwhere else does this I cannot
 read the verifier from the screen and continue the process.

 I am missing something with the oauth_callback and how to use this. I
 should get the oauth_verifier back in the first script which then
 should continue with acquiring and storing the tokens, and it should
 not be a two step process. How do I solve this?

-- 
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] Re: twitter verified

2011-03-18 Thread BryanGravois
From what I understand, Verified by Twitter is generally no longer
in use. Ad.ly was able to get @CharlieSheen verified by pulling some
strings, you may try them.

Bryan G

On Mar 16, 2:13 pm, Dean Collins d...@cognation.net wrote:
 Who is responsible for Twitter verified? I have someone who I'm helping
 out with some Facebook stuff who just told me this is no longer possible
 to get accounts twitter verified.

 Yes you would have heard of them - yes it's appropriate to get this
 account verified.

 Regards,

 Dean Collins
 Cognation Inc
 d...@cognation.net
 mailto:d...@cognation.net +1-212-203-4357   New York
 +61-2-9016-5642   (Sydney in-dial).
 +44-20-3129-6001 (London in-dial).

-- 
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] Re: App title and url do not get updated (twitter website bug)

2011-03-18 Thread MJL
I too am having this problem, only it doesnt say 'posted via' for my
app at all
i have an application name and url in my settings.

On Feb 14, 3:11 pm, Taylor Singletary taylorsinglet...@twitter.com
wrote:
 Hi Guy,

 Thanks for the report -- we're looking into this issue.

 Thanks,
 Taylor

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

 On Mon, Feb 14, 2011 at 1:43 AM, guysoft guys...@gmail.com wrote:
  Hi all,
  A few days ago I updated my apps url and title, however both don't
  show up in the user statues posted after the update.

  Here is an example tweet posted via 'python api' (the old name, that
  keeps not getting updated):
 http://twitter.com/#!/guysoft/status/37077323643617280

  Here is the app page (that shows as updated, new name is SMS Gate-
  IL):
 http://dev.twitter.com/apps/621723

  This is clearly a bug in the twitter website, but I can't seem to find
  a way to reach the website developers, or jog twitter to start using
  the updated title and url.

  Thanks,
  Guy

  --
  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] Re: App title and url do not get updated (twitter website bug)

2011-03-18 Thread Taylor Singletary
Hi MJL,

We hope to have the bug fixed soon. We don't have the ability unfortunately
to directly influence the changes you're trying to make and make them
stick. Right now it appears that it takes 5 to 7 days for the change to
take effect -- when the bug is fixed, this will be back to
near-instantaneous.

Thanks,
Taylor

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


On Fri, Mar 18, 2011 at 5:20 AM, MJL marklyon...@gmail.com wrote:

 I too am having this problem, only it doesnt say 'posted via' for my
 app at all
 i have an application name and url in my settings.

 On Feb 14, 3:11 pm, Taylor Singletary taylorsinglet...@twitter.com
 wrote:
  Hi Guy,
 
  Thanks for the report -- we're looking into this issue.
 
  Thanks,
  Taylor
 
  @episod http://twitter.com/episod - Taylor Singletary - Twitter
 Developer
  Advocate
 
  On Mon, Feb 14, 2011 at 1:43 AM, guysoft guys...@gmail.com wrote:
   Hi all,
   A few days ago I updated my apps url and title, however both don't
   show up in the user statues posted after the update.
 
   Here is an example tweet posted via 'python api' (the old name, that
   keeps not getting updated):
  http://twitter.com/#!/guysoft/status/37077323643617280
 
   Here is the app page (that shows as updated, new name is SMS Gate-
   IL):
  http://dev.twitter.com/apps/621723
 
   This is clearly a bug in the twitter website, but I can't seem to find
   a way to reach the website developers, or jog twitter to start using
   the updated title and url.
 
   Thanks,
   Guy
 
   --
   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] Bizarre Response in VB.NET (Visual Studio 2010)

2011-03-18 Thread BryanGravois
Hi,

I've searched and searched and tried a bunch of different libraries,
and for whatever reason my app just doesn't agree with them. Maybe my
computer is just dumb (or I am :P )...whatever the reason (I think
it's because most libraries seem to be for web apps and not desktop
ones), I've had to write my own connection for a desktop application.
I'm really really close...I authorize with no problem.

BUT...as soon as I authorize, I post with a  whatever it is I'm trying
to do (it doesn't matter, I've tried creating/destroying friendships,
updating my tweets, deleting tweets...everything). I check my account
and nothing gets changed...my response is always the HTML from my
profile page.

I'm totally confused at this point...the oAuth works but nothing
changes and I get HTML back as a response (no XML). If it helps, I've
connected with URL's in this format:
http://api.twitter.com/1/SEGMENT:9000/action.xml (if I don't put in
the :9000 I get a 401 Unauthorized)

My authorization header looks like this:
OAuth realm=http%3A%2F%2Fapi.twitter.com%2F1%2FSEGMENT
%3A9000%2Faction.xml, oauth_consumer_key=MY_CONSUMER_KEY,
oauth_token=MY_ACCESS_TOKEN, oauth_nonce=UNIQUE_NONCE,
oauth_timestamp=TIMESTAMP, oauth_signature_method=HMAC-SHA1,
oauth_version=1.0, oauth_signature=OAUTH_SIGNATURE

I execute a WebRequest with the URL above, POST as the
WebRequest.Method, and text/xml as the WebRequest.ContentType

Any help would be very much appreciated! :)

-- 
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] Trending Hashtags

2011-03-18 Thread Tyson Lundbech
Hi everyone,

Is it true if a hashtag is also found as a user name it will not trend?


Thanks,
Tyson.
@urchinlab

-- 
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 Search API and location parameter

2011-03-18 Thread Francesca
Hi,
I am new from this list but I am using twitter search API from a long
time.
From a few days the parameter location is disappeared from the
response.
Am I missing something? What's wrong?


Thank you,
   Francesca

-- 
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] Question on Trend Searching

2011-03-18 Thread JasonTheGreatM
Hi all-

Is there anyway to do a search for a category value like basketball
and get the top Twitter trend topics?  For example, if I enter
basketball I would get top trend topics like NCAA, March
Madness, NBA etc.  Then I would want to be able to enter one of
those result topics as input and see all the resulting tweets for that
trending topic (I believe that is what the current Twitter search API
handles).  Hope that makes sense.

Thanks for any help you can provide.

-- 
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] Twitter Search API and location parameter

2011-03-18 Thread Taylor Singletary
We're looking into this issue; in the meantime you can mitigate by
collecting the screen_names of users you want to know the location of and
passing them to users/lookup.

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


On Fri, Mar 18, 2011 at 3:32 AM, Francesca francesca.t...@gmail.com wrote:

 Hi,
 I am new from this list but I am using twitter search API from a long
 time.
 From a few days the parameter location is disappeared from the
 response.
 Am I missing something? What's wrong?


 Thank you,
   Francesca

 --
 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] Re: Bizarre Response in VB.NET (Visual Studio 2010)

2011-03-18 Thread @matheuseduardo
welcome to 401 Not Authorized, seems to be the same error I'm 
receivinghttps://groups.google.com/d/msg/twitter-development-talk/lKb4w_N9sN0/CVRfYa0PnB0J
.
I'm still looking for solution.

-- 
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 get the home timeline of a user

2011-03-18 Thread Georgooty varghese
can you please send the issues detailed..

Regards,
George

On Fri, Mar 18, 2011 at 12:53 PM, vinay kumar vinaykond...@gmail.comwrote:

 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 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] Search API rate limit change?

2011-03-18 Thread zaver
Hello,

After the latest performance issues with the search api i have been
seeing a lot of 420 response codes.From yesterday until now i only get
420 responses on the every search i make. In particular, i search for
about 100 keywords simultaneously every 6 mins. Why is this happening?
Was there any change on the Search API limit?

Any help is greatly appreciated.

Thanks,
Zaver

-- 
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] Re: Twitter Search API and location parameter

2011-03-18 Thread Francesca
Ok, thanks :)

Do you know when will this issue be fixed?

Cheers,
   Francesca

@francescatosi


On Mar 18, 3:06 pm, Taylor Singletary taylorsinglet...@twitter.com
wrote:
 We're looking into this issue; in the meantime you can mitigate by
 collecting the screen_names of users you want to know the location of and
 passing them to users/lookup.

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

 On Fri, Mar 18, 2011 at 3:32 AM, Francesca francesca.t...@gmail.com wrote:
  Hi,
  I am new from this list but I am using twitter search API from a long
  time.
  From a few days the parameter location is disappeared from the
  response.
  Am I missing something? What's wrong?

  Thank you,
    Francesca

  --
  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] Re: Introduce yourself!

2011-03-18 Thread Skyhawk


Hi, 

I am interested in an application that would publish a message to a 
pre-defined group (list?), and report back the percentage of users who have 
responded OK, percentage, not responding, and id of users responding NOTOK,

Or something like that.  Use is emergency related. 

I used to write 360BAL and FORTRAN but now I am a grey haired manager and my 
mind no longer functions. 

Ideas appreciated in advance. 

Twitter id is SKYHAWK808.

-- 
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] Re: Bizarre Response in VB.NET (Visual Studio 2010)

2011-03-18 Thread BryanGravois
I've gotten 401's as well...but this doesn't return a 401, it's
returning a valid response...just not what I'm requesting! :O

I DO get 401's when I don't include the port (:9000) in the URL though
(or when I build the Authorization header like on dev.twitter.com...or
in the Twurl console).

Thanks! :)

On Mar 18, 7:10 am, @matheuseduardo matheuseduardo@gmail.com
wrote:
 welcome to 401 Not Authorized, seems to be the same error I'm 
 receivinghttps://groups.google.com/d/msg/twitter-development-talk/lKb4w_N9sN0/...
 .
 I'm still looking for solution.

-- 
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] Re: Search API rate limit change?

2011-03-18 Thread Eric
We're also seeing 400s on different boxes across different IP
addresses with different queries (so it does not appear to be server
or query specific). These began on all boxes at 2 a.m. UTC. We've
backed off on both number and rate of queries with no effect. We've
also noticed an increase in sporadic fail whales via browser based
search (atom and html) from personal accounts, although we haven't
attempted to quantify it.

On Mar 18, 7:40 am, zaver zave...@hotmail.com wrote:
 Hello,

 After the latest performance issues with the search api i have been
 seeing a lot of 420 response codes.From yesterday until now i only get
 420 responses on the every search i make. In particular, i search for
 about 100 keywords simultaneously every 6 mins. Why is this happening?
 Was there any change on the Search API limit?

 Any help is greatly appreciated.

 Thanks,
 Zaver

-- 
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] satinderhundal wants to chat

2011-03-18 Thread satinderhundal
---

satinderhundal wants to stay in better touch using some of Google's coolest new
products.

If you already have Gmail or Google Talk, visit:
http://mail.google.com/mail/b-e9e65f96c-efdf7560f4-fybuAbFQUkHir487K_YuCSzpnbY
You'll need to click this link to be able to chat with satinderhundal.

To get Gmail - a free email account from Google with over 2,800 megabytes of
storage - and chat with satinderhundal, visit:
http://mail.google.com/mail/a-e9e65f96c-efdf7560f4-fybuAbFQUkHir487K_YuCSzpnbY

Gmail offers:
- Instant messaging right inside Gmail
- Powerful spam protection
- Built-in search for finding your messages and a helpful way of organizing
  emails into conversations
- No pop-up ads or untargeted banners - just text ads and related information
  that are relevant to the content of your messages

All this, and its yours for free. But wait, there's more! By opening a Gmail
account, you also get access to Google Talk, Google's instant messaging
service:

http://www.google.com/talk/

Google Talk offers:
- Web-based chat that you can use anywhere, without a download
- A contact list that's synchronized with your Gmail account
- Free, high quality PC-to-PC voice calls when you download the Google Talk
  client

We're working hard to add new features and make improvements, so we might also
ask for your comments and suggestions periodically. We appreciate your help in
making our products even better!

Thanks,
The Google Team

To learn more about Gmail and Google Talk, visit:
http://mail.google.com/mail/help/about.html
http://www.google.com/talk/about.html

(If clicking the URLs in this message does not work, copy and paste them into
the address bar of your browser).

-- 
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 app name and search using source: operator

2011-03-18 Thread Mauro Asprea
Hi, I have 2 questions.

1 - Search: I couldn't find a way to make the source: operator to work in 
the search. The name of my app is Wish and BAM and because it has spaces 
it seems not to be working at the search interface.

I tried the follow combinations:

   - http://search.twitter.com/search?q=wishlist+source%3AWish+and+BAM
   - http://search.twitter.com/search?q=wishlist+source%3A%22Wish+and+BAM%22
   - 
   http://search.twitter.com/search?q=wishlist+source%3AWish%252Band%252BBAM
   
If I try with my dev app it works 
- http://search.twitter.com/search?q=wishlist+source%3AMSADevelopment

2 - App name change.

Since this search things seems to be working as expected and from my results 
it is expecting a source: value without spaces or something like that, I 
opted for change my app name. So I went to my app dahsboard and changed the 
name to wishandbam. Nothing happened :S. How can I change the name of the 
app, so it can be searchable again?

that's it!

-- 
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] Re: 401 Not Authorized in API OAuth PHP authorization

2011-03-18 Thread @matheuseduardo

Anyone using PHP having this same problem?

Anyone with sample working code to send me?

Even using https://github.com/abraham/twitteroauth ?


-- 
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] 401 Not Authorized in API OAuth PHP authorization

2011-03-18 Thread Scott Wilcox
Check the time is accurate on the machine you're running the code on.

On 18 Mar 2011, at 18:28, @matheuseduardo wrote:

 
 Anyone using PHP having this same problem?
 
 Anyone with sample working code to send me?
 
 Even using https://github.com/abraham/twitteroauth ?

-- 
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] 401 Not Authorized in API OAuth PHP authorization

2011-03-18 Thread @matheuseduardo
seems to be ok
the function that generate the is just:

function generate_timestamp() {
   return time();
}

and in header I have the parameter: [oauth_timestamp] = 1300471769

the error received from request in twitter api is: Failed to validate oauth 
signature and token and header 401

Must be signature?

I just think it's weird because it's happening in all library and examples 
ready for tests..

-- 
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] 401 Unauthorized responses on OAUTH

2011-03-18 Thread @IDisposable
We're getting a ton of 401 errors when people are trying to OAuth
against some of our sites.  These sites have been in production for
years (and one new one went up yesterday).  When we get the error, we
get no message in the Response.  From the client perspective, it
happens when you click the Allow button and Twitter redirects back
to us. I've checked all the usual things

1) Server clock is synced correctly to nist time (and the server runs
in UTC, so no timezone/DST issues)
2) The servers haven't had any recent patches.
3) Same applications were working fine and haven't been changed
(except the new site)
4) We get the same issues no matter what user we're logged into
Twitter as.
5) We get the same issues even when running from the Amazon EC2
instance (IP whitelisted) or our QA servers (also IP whitelisted) or
from development machines (not whitelisted).
6) Occasionally (1 in 20 or worse) we get a success.
7) Nonce values are NOT being reused and we're (still) using
DotNetOAuth for the library to handle that part (no change)
8) Happens on all of these:
http://stlindex.com  (application under @STLIndex)
http://stltweets.com (application under @STLTweets)
http://loufesttweets.com (application under @LouFestTweets)
http://taste.stltweets.com (application under @STLTweets)

Typical failure:

REQUEST Headers: (https://twitter.com:443/)
Authorization: OAuth
oauth_verifier=fRSn84gupR7TFAW5G5ySm4c2LmuvD9x8ZckCHIEA,
oauth_token=MfgvKyS4Vgxy8c1kNgw7h3owkpAlzdqG223DTIs8vc,
oauth_consumer_key=MliXkE6e4kCJY2U10OH8sQ,
oauth_nonce=gkJy165f,
oauth_signature_method=HMAC-SHA1,
oauth_signature=9tRuLd55El37hJ2fqJs2cJVREaM%3D,
oauth_version=1.0,
oauth_timestamp=1300464048
User-Agent: DotNetOpenAuth/3.4.5.10201
Host: twitter.com

RESPONSE:
Status: 401 Unauthorized
X-Transaction: 1300464048-3423-38581
X-Runtime: 0.00544
Pragma: no-cache
X-Revision: DEV
Content-Length: 1
Cache-Control: no-cache, no-store, must-revalidate, pre-check=0, post-
check=0
Content-Type: text/html; charset=utf-8
Date: Fri, 18 Mar 2011 16:00:48 GMT
Expires: Tue, 31 Mar 1981 05:00:00 GMT
Last-Modified: Fri, 18 Mar 2011 16:00:48 GMT
Set-Cookie: k=208.82.145.5.1300464048881173; path=/; expires=Fri, 25-
Mar-11 16:00:48 GMT;
domain=.twitter.com,guest_id=13004640478451; path=/; expires=Sun,
17 Apr 2011 16:00:48 GMT,
_twitter_sess=BAh7CDoPY3JlYXRlZF9hdGwrCPmasskuAToHaWQiJWFkNDcxMzE2Yjg1YmIy
%250ANDkzMGFkMWI3YmM5NTZlNDA5IgpmbGFzaElDOidBY3Rpb25Db250cm9sbGVy
%250AOjpGbGFzaDo6Rmxhc2hIYXNoewAGOgpAdXNlZHsA--1c8558a834ffe3d40ae9be1bed2360f83555f5ae;
domain=.twitter.com; path=/; HttpOnly
Server: hi
X-XSS-Protection: 1; mode=block
X-Frame-Options: SAMEORIGIN
Vary: Accept-Encoding

-- 
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: Search API rate limit change?

2011-03-18 Thread Taylor Singletary
We're working to reinstate the usual limits on the Search API; due to the
impact of the Japanese earthquake and resultant query increase against the
Search API, some rates were adjusted to cope  better serve queries. Will
give everyone an update with the various limits are adjusted.

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


On Fri, Mar 18, 2011 at 11:39 AM, Hayes Davis ha...@appozite.com wrote:

 Hi,

 We're seeing this as well starting at approximately the same time as
 described. We've backed off on searching but are seeing no reduction in the
 sporadic limiting. It also appears that the amount of results returned on
 successful queries is severely limited. Some queries that often have 1500
 tweets from the last 5 days are returning far fewer results from only the
 last day.

 Could we get an update on this?

 Hayes



 On Fri, Mar 18, 2011 at 10:13 AM, Eric e...@telvetto.com wrote:

 We're also seeing 400s on different boxes across different IP
 addresses with different queries (so it does not appear to be server
 or query specific). These began on all boxes at 2 a.m. UTC. We've
 backed off on both number and rate of queries with no effect. We've
 also noticed an increase in sporadic fail whales via browser based
 search (atom and html) from personal accounts, although we haven't
 attempted to quantify it.

 On Mar 18, 7:40 am, zaver zave...@hotmail.com wrote:
  Hello,
 
  After the latest performance issues with the search api i have been
  seeing a lot of 420 response codes.From yesterday until now i only get
  420 responses on the every search i make. In particular, i search for
  about 100 keywords simultaneously every 6 mins. Why is this happening?
  Was there any change on the Search API limit?
 
  Any help is greatly appreciated.
 
  Thanks,
  Zaver

 --
 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] Re: 401 Unauthorized responses on OAUTH

2011-03-18 Thread Ninjamonk
I am also getting these problems. They have been on and off all day.

The same code works fine and 5 mins later it throws 401's and its been
working for 6 months no problem.

-- 
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] 401 Unauthorized responses on OAUTH

2011-03-18 Thread Scott Wilcox
Ryan's just told me they're currently aware of the issue and looking into it.

On 18 Mar 2011, at 19:13, Ninjamonk wrote:

 I am also getting these problems. They have been on and off all day.
 
 The same code works fine and 5 mins later it throws 401's and its been
 working for 6 months no problem.

-- 
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] Re: 401 Unauthorized responses on OAUTH

2011-03-18 Thread @matheuseduardo
I'm having the same problem, using a variety of php libraries. But is ALL 
401, no one 200. 

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