[twitter-dev] Getting twitter user through email address

2011-01-15 Thread Ran Margaliot
Hello, is it possible, using the twitter api, to get a twitter user through his email - searching for user by email? i know that the user/ show method was able to do it, but now the email parameter has been deprecated. any thoughts? -- Twitter developer documentation and resources:

[twitter-dev] Re: Using multiple via labels for an application

2011-01-15 Thread @Red_Eyes
I have exactly the same requirment and have addressed it with one oAuth token per product/user. Be careful, though, not to park any token names before you are ready to use them. I did that, not appreciateing that it was violating a Twitter rule of the road, and ended up having several tokens

[twitter-dev] Substitute .connectButton with Sign in with button for twttr.anywhere?

2011-01-15 Thread Thao
First Time API user, so this is likely a *very* basic question. I need to either ... 1) get .connectButton to follow the same flow that the Sign in with button does (go offsite to authorise and then return to callbackURL) or 2) to substitute the .connectButton with a Sign in with button in a

[twitter-dev] Annotations! Annotations! Annotations!

2011-01-15 Thread Marc Fawzi
Hey Twitter people, Are Annotations ready yet? Did I miss the announcement? Some of us have been working on applications that will enhance the Twitter ecosystem and we are awaiting the release of this feature. A side question is will it be supported across all Twitter API e.g. search,

[twitter-dev] Net::Twitter::Lite cannot authenticate me

2011-01-15 Thread Sol
Hello. I'm trying to tweet programmatically using the Net::Twitter::Lite perl module. I use their example verbatim, with my consumer_key and consumer_secret which I got by registering an app on twitter. When I run the script I get Could not authenticate you. I did copy and paste the two keys so

[twitter-dev] Re: API X-RateLimit-Remaining goes to 0 on our first request after midnight

2011-01-15 Thread Zach Gardner
Just got into the office and sure enough I got an email of a 400 response last night at 12:59 AM. From what I can tell the last request before the 400 was at 11:55 PM and had an expiration time of 11:57 PM. This does still match up with my first request after midnight theory, but I noticed

[twitter-dev] Regarding basic authentication problem

2011-01-15 Thread sangeeta
hello, I have generated an application in xcode for iphones which uses twitter API, is giving basic authentication not supported error. can you pliz help me? -- Twitter developer documentation and resources: http://dev.twitter.com/doc API updates via Twitter: http://twitter.com/twitterapi

[twitter-dev] Garden hose access

2011-01-15 Thread James Simmons
Hello, I'm interested in finding out how to receive Garden Hose level access to the stream. I'm currently using the Spritzer-level access (http:// stream.twitter.com/1/statuses/sample.json). I've looked far and wide for information on how to actually increase your access level but I can't seem to

[twitter-dev] Twitter Button and W3C Validator

2011-01-15 Thread Murray Smith
We're adding the Tweet Button to our test web page ( http://www.plentyofforestryjobs.com/00_fj_index.html ) and are receiving the following errors from the W3C Validator ( http://validator.w3.org ): *Line 178, Column 82*: there is no attribute data-url *Line 178, Column 141*: there is no

[twitter-dev] W3C Validator Errors and Tweet Button

2011-01-15 Thread Murray Smith
We're adding the Tweet Button to our test web page ( http://www.plentyofforestryjobs.com/00_fj_index.html ) and are receiving the following errors from the W3C Validator ( http://validator.w3.org ): *Line 178, Column 82*: there is no attribute data-url *Line 178, Column 141*: there is no

[twitter-dev] setFollow Filter mentions

2011-01-15 Thread Hope R.
Hi - I've installed the database server and it works like a charm! Thanks so much for putting the time into this project. For my purposes, I'm using setFollow with an array of userIDs for the stream. I need to display mentions only from the users that are included in the setFollow array.