[twitter-dev] Re: Streaming API Basics ...

2010-01-19 Thread M. Edward (Ed) Borasky
On Jan 18, 8:03 pm, John Kalucki j...@twitter.com wrote: 3) You should have two accounts (and thus streams) at elevated access levels, one for follow and one for track, that perform the bulk of your work. You should also use two accounts at default access level for follow and track to find

Re: [twitter-dev] Re: Using OAuth keys in an open source application

2010-01-19 Thread Julio Biason
On Tue, Jan 19, 2010 at 3:03 AM, ryan alford ryanalford...@gmail.com wrote: Raffi's answer in the third post was under the impression that the OP was referring to releasing his consumer keys as part of his open source code for others to download his CODE and use for their own applications. 

[twitter-dev] Re: TwitVid upload function

2010-01-19 Thread Rich
I've discovered the same thing, it seems TwitVid is doing some weird manual parsing of variables and/or HTTP headers and everything needs to be exactly spaced as they would expect it. I had to tweak almost everything that works for other services to get it to work with TwitVid. On Jan 18, 9:03 

[twitter-dev] Re: UPDATE: Social Graph API Deprecation

2010-01-19 Thread jay jay
Our application requires full social graph dump. One thing that I am not clear from the http://groups.google.com/group/twitter-api-announce/browse_thread/thread/a0ba66db0e86941d - is only pagination is depreciated or the use of cursors is made mandatory? Suppose if I want full social graph of

[twitter-dev] about calls automatically reduction.

2010-01-19 Thread Rushikesh Bhanage
Hello Sir, I am facing problem regarding calls to twitter api. Sometimes it happens that calls start reducing one by one , though none of the program is running. it takes calls for update or what? Can anybody help me please? Thank you in advance. with regards Rushikesh.

Re: [twitter-dev] Re: Using OAuth keys in an open source application

2010-01-19 Thread Cameron Kaiser
Not all applications will be run by developers. Mitter is run by end users, on their desktops. If I have to force every open source user to go and register a new application to be able to update their status on Twitter, they will simply use the website 'cause it's way easier than doing the

Re: [twitter-dev] Re: TwitVid upload function

2010-01-19 Thread John Meyer
I've changed it back to where the media file goes last and I still get that error so if anybody has an idea of what I'm doing wrong there I would appreciate it. On 1/19/2010 4:54 AM, Rich wrote: I've discovered the same thing, it seems TwitVid is doing some weird manual parsing of variables

Re: [twitter-dev] Using OAuth keys in an open source application

2010-01-19 Thread Jeff Enderwick
Y'all should look at what Facebook connect does: http://wiki.developers.facebook.com/index.php/Session_Proxy You can keep the secret on a server, and the server acts as a proxy for the agent. Naturally, this raises the question of how the server knows that the agent is legit. That said, this is

Re: [twitter-dev] Re: Streaming API Basics ...

2010-01-19 Thread John Kalucki
It wouldn't be part of the EULA that you'd need to sign, it would be the only practical way to get the data on the current system. Streaming doesn't have a way to search on user-reported location in the profile, but you can do this with the near: parameter in search. There are clear use cases for

[twitter-dev] Re: Streaming API Basics ...

2010-01-19 Thread M. Edward (Ed) Borasky
On Jan 19, 6:36 am, John Kalucki j...@twitter.com wrote: I wouldn't be so confident in Geo Tagging uptake. I can geo tag all of my tweets, yet I only do when it would add to the content. Maybe I'm optimistic because I live in PDX and am surrounded by location geeks, iPhone fanatics, Android

[twitter-dev] callback URl locked out??

2010-01-19 Thread eco_bach
working on a twitter client using OAuth, had it working up to the authorize and callback point Now getting a 403 error 403 Forbidden: The server understood the request, but is refusing to fulfill it. Is it possible my callback URL has been locked out? If so, how do I reset it?

[twitter-dev] Re: Using OAuth keys in an open source application

2010-01-19 Thread M. Edward (Ed) Borasky
On Jan 18, 7:57 pm, Marc Mims marc.m...@gmail.com wrote: * John Meyer john.l.me...@gmail.com [100118 19:38]: But you still control your own keys.  If you find that somebody has compromised your program, you can revoke those consumer keys through twitter and regenerate them. That isn't

[twitter-dev] Re: TwitVid upload function

2010-01-19 Thread Sam Street
I don't understand that code. I'm a PHP/MySQL kinda guy ... but if you're having problems with TwitVid - just use Twicli's API. http://twic.li/api - support for photos/videos/audio/sets I don't see the point in separating content over various different sites. The internet is enough of a mess

[twitter-dev] twitter whitelisting

2010-01-19 Thread Cube Whidden
Hi, I have submitted a request to be whitelisted by twitter almost two weeks ago. I googled around and found that it normally takes 1 week in the past. Does anyone know the average time it takes to get whitelisted these days? Also, if you get rejected, will I get an email with the reason so

Re: [twitter-dev] twitter whitelisting

2010-01-19 Thread RoNaK tOsHnIwAl
sorry buddybut i donno.. On Tue, Jan 19, 2010 at 10:06 PM, Cube Whidden lxx.septuag...@gmail.comwrote: Hi, I have submitted a request to be whitelisted by twitter almost two weeks ago. I googled around and found that it normally takes 1 week in the past. Does anyone know

[twitter-dev] streaming api results?

2010-01-19 Thread joelkeepup
Hi, Hi, reading documentation at: http://apiwiki.twitter.com/Streaming-API-Documentation#statuses/filter says returns a list of status elements, when I click they hyper link it takes me to this page: http://apiwiki.twitter.com/REST+API+Documentation#Statuselement which says the documentation

[twitter-dev] Twitter visualization tool

2010-01-19 Thread Carl Knott
Hi, I have written an application for the iPhone that sends a request to the Twitter search API every 2 seconds, I am concerned that this is too frequent. I have looked on the internet and I cant find a definite answer - How many search requests can I make per minute and is limiting imposed on the

Re: [twitter-dev] Re: TwitVid upload function

2010-01-19 Thread John Meyer
On 1/19/2010 8:54 AM, Sam Street wrote: I don't understand that code. I'm a PHP/MySQL kinda guy ... but if you're having problems with TwitVid - just use Twicli's API. http://twic.li/api - support for photos/videos/audio/sets I don't see the point in separating content over various

[twitter-dev] cannot edit registered application

2010-01-19 Thread twittme_mobi
Hello, every time i try to edit my application settings , i would get Unable to register this application. Check your registration settings. Isn't it supposed to point me to the exact value that might be wrong.If i new what is it i wouldn't put wrong value in the first place. Is this page

Re: [twitter-dev] Twitter visualization tool

2010-01-19 Thread John Kalucki
If you are doing repeated automated searches, you must be on the Streaming API, not the Search API. http://groups.google.com/group/twitter-api-announce/browse_thread/thread/c8c713bb63fac24c -John Kalucki http://twitter.com/jkalucki Infrastructure, Twitter Inc. On Tue, Jan 19, 2010 at 6:11 AM,

Re: [twitter-dev] Streaming API - Partial word match

2010-01-19 Thread Mark McBride
In the short term there are no plans to support partial matching. It's considerably more expensive than the current implementation. ---Mark http://twitter.com/mccv On Mon, Jan 18, 2010 at 1:05 PM, vivekpuri v...@vivekpuri.com wrote: Search API team is recommending developers to migrate

[twitter-dev] Can you post a status update through a url?

2010-01-19 Thread Graham Smallwood
Posting an update to Facebook is dead simple: http://www.facebook.com/sharer.php?u=%@t=%@ Where u is the url and t is the title to display. What is the equivalent for Twitter?

[twitter-dev] Re: Any iPhone Twitter apps with OAuth login ?

2010-01-19 Thread joepwro
We are also developing an iPhone app that uses Twitter's OAuth. Posting this just to add more momentum to the request that the Twitter OAuth login page should be made mobile friendly. I believe doing so would have a significant usability impact. Raffi, can you provide input is this thread if

[twitter-dev] Fail whale on account edit

2010-01-19 Thread Simon
Hi. For some odd reason, every time I want to edit my application I get a lot more fail whale than usual. Is there a reason for this? Am I the only one? -Simon

[twitter-dev] Sample Stream API - Fault tolerance with redundancy

2010-01-19 Thread Santiago Perez
Hi, I'm currently using the statuses/sample streaming API to store the sample tweets for later processing by different applications that mine the data. It is crucial for my applications to avoid data losses as much as possible. Since the API consumer and the applications all run in the cloud, a

Re: [twitter-dev] Can you post a status update through a url?

2010-01-19 Thread Raffi Krikorian
http://apiwiki.twitter.com/Twitter-REST-API-Method:-statuses update On Tue, Jan 19, 2010 at 11:07 AM, Graham Smallwood grahamsmallw...@gmail.com wrote: Posting an update to Facebook is dead simple: http://www.facebook.com/sharer.php?u=%@t=%@ Where u is the url and t is the title to

Re: [twitter-dev] streaming api results?

2010-01-19 Thread Mark McBride
I'll update the doc. The best place to look right now is here http://apiwiki.twitter.com/Twitter-REST-API-Method:-statuses show, which has a sample status return. ---Mark http://twitter.com/mccv On Tue, Jan 19, 2010 at 7:25 AM, joelkeepup taskow...@gmail.com wrote: Hi, Hi, reading

[twitter-dev] Deleting a list...

2010-01-19 Thread Tunde Ashafa
I can't seem to get authenticated to perform a list destroy using OAuth with POST and _method=DELETE, within my app and using 'curl'. Anyone else experience this? Thanks in advance for any help, Tunde.

Re: [twitter-dev] Can you post a status update through a url?

2010-01-19 Thread shaik ali
Thanks for the mail. On Tue, Jan 19, 2010 at 10:56 PM, Raffi Krikorian ra...@twitter.com wrote: http://apiwiki.twitter.com/Twitter-REST-API-Method:-statuses update On Tue, Jan 19, 2010 at 11:07 AM, Graham Smallwood grahamsmallw...@gmail.com wrote: Posting an update to Facebook is dead

Re: [twitter-dev] Deleting a list...

2010-01-19 Thread Mark McBride
This is a known issue http://code.google.com/p/twitter-api/issues/detail?id=1239can=1q=oauth%20deletecolspec=ID%20Stars%20Type%20Status%20Priority%20Owner%20Summary%20Opened%20Modified%20Component ---Mark http://twitter.com/mccv On Tue, Jan 19, 2010 at 12:13 PM, Tunde Ashafa

Re: [twitter-dev] Can you post a status update through a url?

2010-01-19 Thread Abraham Williams
Try https://twitter.com/?status=text+here On Tue, Jan 19, 2010 at 11:07, Graham Smallwood grahamsmallw...@gmail.comwrote: Posting an update to Facebook is dead simple: http://www.facebook.com/sharer.php?u=%@t=%@ Where u is the url and t is the title to display. What is the equivalent for

Re: [twitter-dev] Deleting a list...

2010-01-19 Thread Xavier Grosjean
looks like this bug : http://code.google.com/p/twitter-api/issues/detail?id=1239 twitter team keeps ignoring it's a blocking bug... 2010/1/19 Tunde Ashafa tunde.ash...@gmail.com I can't seem to get authenticated to perform a list destroy using OAuth with POST and _method=DELETE, within my app

[twitter-dev] Sign in with Twitter and oauth/authenticate

2010-01-19 Thread eco_bach
I've registered a new application and trying to get the sign in with twitter workflow working. I've defined my application type as 'Browser' since I want Twiiter to automatically redirect the user back to the application URL after sign- in and user authorization (ie NO PIN handshake). Ive also

[twitter-dev] Re: Follow Limit Frustrations

2010-01-19 Thread James Buckingham
Is anyone able to help me with this or should I be asking this question somewhere else? Thanks, James

Re: [twitter-dev] Sample Stream API - Fault tolerance with redundancy

2010-01-19 Thread John Kalucki
Sample streams are just that, samples. You should be comfortable with the occasional small gap in your data. You must consume only one sample stream for your app. If you have a hardware failure, you can fail over to another client box, but don't consume the stream twice. -John Kalucki

Re: [twitter-dev] Re: Follow Limit Frustrations

2010-01-19 Thread Mark McBride
Rapid following and unfollowing is characteristic of some shady behavior. Send me your twitter userid off list and I'll see what I can do. ---Mark http://twitter.com/mccv On Tue, Jan 19, 2010 at 2:06 PM, James Buckingham clarke...@gmail.comwrote: Is anyone able to help me with this or

[twitter-dev] OAuth workflow and verify_credentials (http://twitter.com/account/verify_credentials)

2010-01-19 Thread eco_bach
Slowly making my way to Twiter-OAuth mastery Broken down into 4 steps and 3 server requests, this is my understanding of the OAuth workflow 1 user/consumer obtains request token http://twitter.com/oauth/request_token 2 user/consumer is redirected to twitter-OAuth url

[twitter-dev] Encode problems.

2010-01-19 Thread Nailson
Hi all, I think that there's a problem with the twitter API somewhere. If I write the link http://www.twitter.com/home?status=...@nailson_imgn:++ç+-+http://tinyurl.com/yje38no then the message I get in the tweet box is RT @nailson_imgn: %E7 - http://tinyurl.com/yjr38no It looks like the URL is

Re: [twitter-dev] twitter whitelisting

2010-01-19 Thread Julio Biason
On Tue, Jan 19, 2010 at 2:36 PM, Cube Whidden lxx.septuag...@gmail.com wrote: I have submitted a request to be whitelisted by twitter almost two weeks ago.  I googled around and found that it normally takes 1 week in the past.  Does anyone know the average time it takes to get whitelisted

Re: [twitter-dev] cannot edit registered application

2010-01-19 Thread Abraham Williams
I've been getting some fail whales while viewing my application pages but not when editing them. Try http://twitter.com/oauth_clients/edit/27 instead of http://twitter.com/oauth_clients/details/27 Abraham On Tue, Jan 19, 2010 at 09:32, twittme_mobi nlupa...@googlemail.com wrote: Hello,

Re: [twitter-dev] Sign in with Twitter and oauth/authenticate

2010-01-19 Thread Abraham Williams
To use Sign in with Twitter simple change: https://twitter.com/oauth/authorize?oauth_token=zjcbxxGtMisqhJNWRFP7ofA5jYAcxZqVkSTks0e5sRY to https://twitter.com/oauth/authenticate?oauth_token=zjcbxxGtMisqhJNWRFP7ofA5jYAcxZqVkSTks0e5sRY Abraham On Tue, Jan 19, 2010 at 12:57, eco_bach

Re: [twitter-dev] Fail whale on account edit

2010-01-19 Thread Abraham Williams
Try going to the edit page directly like http://twitter.com/oauth_clients/edit/27 Notice edit instead of details. Abraham On Tue, Jan 19, 2010 at 11:00, Simon tro...@gmail.com wrote: Hi. For some odd reason, every time I want to edit my application I get a lot more fail whale than usual.

[twitter-dev] Re: OAuth workflow and verify_credentials (http://twitter.com/account/verify_credentials)

2010-01-19 Thread eco_bach
Thanks Abraham! In that case I will call it automatically after obtaining the access token.

[twitter-dev] Re: Sign in with Twitter and oauth/authenticate

2010-01-19 Thread eco_bach
yeah thanks Just curious why that isn't displayed as an option in my Application details page... Might cause some confusion for anyone who hasn't read the wiki in detail.

Re: [twitter-dev] Twitter visualization tool

2010-01-19 Thread Abraham Williams
For an iPhone application Streaming does not make much sense. You would have to run your own server and have your application check for updates from it. Which might make sense depending on your app. You should be able to just display a notice to users if they run into rate limiting. Abraham On

Re: [twitter-dev] Re: Sign in with Twitter and oauth/authenticate

2010-01-19 Thread Abraham Williams
Oauth/authenticate was added later and I guess the application detail page was never updated. Abraham On Tue, Jan 19, 2010 at 17:29, eco_bach bac...@gmail.com wrote: yeah thanks Just curious why that isn't displayed as an option in my Application details page... Might cause some confusion

Re: [twitter-dev] OAuth workflow and verify_credentials (http://twitter.com/account/verify_credentials)

2010-01-19 Thread Abraham Williams
Account/verify_credentials is not needed for OAuth. You could use it to get the users profile information if you don't want take a hit to your rate limit. Abraham On Tue, Jan 19, 2010 at 14:21, eco_bach bac...@gmail.com wrote: Slowly making my way to Twiter-OAuth mastery Broken down into 4

[twitter-dev] oauth/authenticate authorize broken?

2010-01-19 Thread eco_bach
Puzzled by a recurring , but sporadic problem. When trying to sign in at the Twitter Oauth url http://twitter.com/oauth/authenticate or http://twitter.com/oauth/authorize even if I leave my input form fields blank, when clicking 'Sign In' I get a browser error message 403 Forbidden: The server

[twitter-dev] Re: OAuth workflow and verify_credentials (http://twitter.com/account/verify_credentials)

2010-01-19 Thread Jaanus
You don't actually _need_ to call it after obtaining the access token. It does not _do_ anything, it simply returns a yes/no type of answer to you (200 OK if the credentials are valid, 401 Unauthorized if not). When you manage to obtain the access token, it implies that the credentials are already

[twitter-dev] Re: Tweets with !, ', and other characters refused..

2010-01-19 Thread Rejeev
I was also facing the same issue beforeit was sorted now by properly encoding the tweet message we send. Please see the code below done in Flex. public function getSignedURI( method:String, url:String, postData:String = ):String { if(

Re: [twitter-dev] Twitter visualization tool

2010-01-19 Thread Mark McBride
Why would you have to run your own server to use the streaming API from the iPhone? ChirpFlow seems to be doing just fine with iPhone+Streaming ---Mark http://twitter.com/mccv On Tue, Jan 19, 2010 at 5:29 PM, Abraham Williams 4bra...@gmail.com wrote: For an iPhone application Streaming