[twitter-dev] Question about rate limiting

2011-05-23 Thread Sam Oldak
I am developing an app that allows users to "login" with twitter. I'm a bit confused about the rate limiting applied to verifying credentials of users. Is it 350/hour for the application, or per user that uses the application? For example, could 1000 people signin within an hour, or am I limi

Re: [twitter-dev] Re: Checking whether a user has given permission to Private Messages

2011-05-23 Thread Arnaud Meunier
Hey again, For more consistency, the X-Access-Level header value for the "Read, Write & Direct Message" scope is going to be "read-write-directmessages" (rather than "read-write-privatemessages"). We'll also update the Client Application management pages (using "Direct Messages" and not "Private M

Re: [twitter-dev] Twitter Streaming API & blocked user

2011-05-23 Thread Cezar Sá Espinola
Hi Taylor, What about "no retweets from this user" information? I wasn't able to find an API call that would provide me this information, apparently it's not available inside the status or user objects either. -- Cezar Sá Espinola On Wed, May 18, 2011 at 11:30 AM, Taylor Singletary < taylorsing

Re: [twitter-dev] Re: Checking whether a user has given permission to Private Messages

2011-05-23 Thread Arnaud Meunier
We just started to return the "X-Access-Level" header for authenticated API requests, that tells you what access level the user token has: - "read" (Read-only) - "read-write" (Read & Write) - "read-write-privatemessages" (Read, Write, & Private Message) The FAQ on http://dev.twitter.com/pages/app

Re: [twitter-dev] Re: Streaming API credentials

2011-05-23 Thread James Estes
You're right. The simplest (only?) way would be to create an account specifically for managing your app. I believe there was a recent post on this list talking about that being the norm, but I couldn't find it. I'd love for the app to have it's own credentials, and allow for assigning multiple t

[twitter-dev] Re: Checking whether a user has given permission to Private Messages

2011-05-23 Thread Tyson Lowery
I think I found the answer from themattharris: > How do we know what the access level of a user token is? This is a great idea and one the team has discussed. What we are going to do is add a new header to authentication requests that will tell you the access level of the token you authenticated

Re: [twitter-dev] Checking whether a user has given permission to Private Messages

2011-05-23 Thread James Estes
I don't think so, but looks like its coming soon. From themattharris: "How do we know what the access level of a user token is?" This is a great idea and one the team has discussed. What we are going to do is add a new header to authentication requests that will tell you the access level of the t

[twitter-dev] Checking whether a user has given permission to Private Messages

2011-05-23 Thread Tyson Lowery
Is there a way to check whether a user has explicitly granted permission to their Private Messages? -- 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-

Re: [twitter-dev] Re: Authorize vs. Authenticate

2011-05-23 Thread James Estes
"From my testing, I am pretty sure authorize supports callback urls." It does, sorry if I wasn't clear on that. So for your other question, yes, the new permission (for Read Write and Private Messages) will only be settable from the /authorize endpoint. Further up in the same thread: "You said y

[twitter-dev] Re: Streaming API credentials

2011-05-23 Thread Craig Walls
Correct me if I'm mistaken, but I believe that access token/secret pair are still *my* access token and secret for that application. That is, they can be used to access my personal Twitter data. I'm uncomfortable using my personal credentials (or those of any individual user) for this purpose. Wha

[twitter-dev] Re: Authorize vs. Authenticate

2011-05-23 Thread Tyson Lowery
Ahhh, thanks that answers half my question. I did not see that from Matt - they should split that thread into technical questions and complaints, it got too hard to follow. >From my testing, I am pretty sure authorize supports callback urls. Any idea about authenticate and private messages? Is

Re: [twitter-dev] Authorize vs. Authenticate

2011-05-23 Thread James Estes
I believe the only difference is that the authenticate route could be used by only web based applications (ie they need to have a callback url) and allows for the force_login param. The authenticate can be used by either desktop or web apps, but do not support the force_login...but this may be cha

Re: [twitter-dev] Streaming API credentials

2011-05-23 Thread James Estes
You would create a twitter app at https://dev.twitter.com/apps After you create it, there is a "My Access Token" button on the details page for your application. I /believe/ that will get you what you want. James On Mon, May 23, 2011 at 3:04 PM, Craig Walls wrote: > > I'd like to use the strea

[twitter-dev] Authorize vs. Authenticate

2011-05-23 Thread Tyson Lowery
I can't seem to find the difference, does anyone know? Previous to the new permission system I sent my users to http://twitter.com/oauth/authenticate/ But for some reason no matter what I do, it says at the bottom This application will not be able to: Access your private messages. So I changed t

[twitter-dev] Streaming API credentials

2011-05-23 Thread Craig Walls
I'd like to use the streaming API to track certain terms that I'll ultimately present to all of my web application's users. For instance, I want my app to display all tweets for some event, identified by some hashed term. I see that the streaming API (unlike the search API) requires authenticatio

[twitter-dev] Selling Content vs. Selling a Service

2011-05-23 Thread Shannon Whitley
A number of "chat" groups have grown up around Twitter. One of the big requirements for these groups is to produce a transcript for each chat session. While the content is free, there is a cost associated with the collection of tweets and generation of the transcripts for each group. Many c

[twitter-dev] Re: Which API to use / getting started question

2011-05-23 Thread Doug Hughes
Thanks for the feedback, but that's not quite what I was looking for. I'm not looking simply for a display of the user's tweets client side, but to get them server side and do stuff based on the contents of the tweet. For example (making this up), I might track the number of times a given word is

Re: [twitter-dev] Twitter Mentions since_id

2011-05-23 Thread Arnaud Meunier
Hey Paul, If you can, I recommend you use header-based OAuth (passing OAuth related parameters in an Authorization header, instead of the query string). Which signature base string are you using? Are you using a library? If yes, could you share the code you're using? :) Arnaud / @rno

Re: [twitter-dev] Additional attribute in share link

2011-05-23 Thread Arnaud Meunier
Hey Tony, This ID is automatically generated by the JavaScript Tweet Button, for internal technical reasons. It's not a property that customizes its behavior :) Arnaud / @rno On Mon, May 23, 2011 at 9:09 AM, Tony House wrote: > I'm looking through the FAQ for the twe

Re: [twitter-dev] New www.twitter.com/share&text=, How to remove the automatic shortened url?

2011-05-23 Thread Arnaud Meunier
Hey David, You can totally use your bit.ly shortened URL with the "url" parameter. Just remember to also specify your full URL (without the hash) using the "counturl" parameter in order to make your count box work properly. Exemple here: https://dev.twitter.com/pages/tweet_button#using-shorturl H

[twitter-dev] Additional attribute in share link

2011-05-23 Thread Tony House
I'm looking through the FAQ for the tweet button and am not seeing one of the attributes listed. On the page, the different examples have an underscore and equal and a 13 digit number (e.g. http://twitter.com/share?_=1306165040196 ). It looks like the first 10 digits could be a unix timestamp, but

[twitter-dev] crossdomain.xml status quo?

2011-05-23 Thread Martin Heidegger
Over 1,5 years ago the question was raised about why the crossdomain.xml doesn't allow public access. https://groups.google.com/group/twitter-development-talk/browse_thread/thread/e35a708400b529b3/2a8e40506a039072 https://groups.google.com/group/twitter-development-talk/browse_thread/thread/28232

[twitter-dev] Twitter Mentions since_id

2011-05-23 Thread Paul
Im trying to get mentions using the since_id parameter. If I leave out the since_id parameter I get all my mentions, which is correct, but as soon as I add the since_id, I get 401, unauthorised. Since Im VERY new to the twitter and oAuth API, it might be the way my string is made up, but I need som

[twitter-dev] Twitter Error codes ( not HTML errors )

2011-05-23 Thread Maomor
Is there a list of the Twitter errors we get back ? That is, not the HTTP errors like 401 etc, but errors like this ( in JSON ) : { "errors": [ { "code":39, "message":"Creation token is missing or invalid -- call similar_places to get a valid creation token" } ]

[twitter-dev] please give us a way to test error 93

2011-05-23 Thread Howard Gutowitz
we're ready to test. -- 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.co

[twitter-dev] New www.twitter.com/share&text=, How to remove the automatic shortened url?

2011-05-23 Thread daviddarx
Hi everybody, I discover the new page to share things on twitter: www.twitter.com/share?text= . This new page automatically add in the tweet a shortened url of the page where you're coming from, the page where you pushed the share button. The problem is that the url shortener doesn't work as wel

OAuth flow cannot be used from the Japanese mobile of Japan. Re: [twitter-dev] Re: A new permission level

2011-05-23 Thread Shinichi Fujikawa
Hello. Because the OAuth flow of twitter.com cannot be used from the Web based client for the Japanese mobile phone that we are providing, XAuth is used. (I get permission in your support.) The following problems occur if it accesses the OAuth flow from the cellular phone of a major career of Ja

[twitter-dev] Re: Unwanted Link Shortening with t.co

2011-05-23 Thread Rich
There is no way to turn it off but if you are in control of displaying the tweet as well, you can decode it with entities. On May 22, 4:50 pm, Scott Wilcox wrote: > There is currently no options for turning url-wrapping off. > > On 22 May 2011, at 16:47, Mo wrote: > > > > > > > > > > > I understa