[twitter-dev] Grease Monkey and #NewTwitter

2010-09-19 Thread Matt Sanford
display I'm testing locally). I'm looking forward to seeing what other people do with Grease Monkey and #NewTwitter as well. Thanks; — Matt Sanford -- Twitter developer documentation and resources: http://dev.twitter.com/doc API updates via Twitter: http://twitter.com/twitterapi Issues

[twitter-dev] Re: How to filter out utf-8 characters in java

2010-05-13 Thread Matt Sanford
suggest a fix. Thanks; — Matt Sanford / @mzsanford [1] = The UTF-8 encoding of ã is two bytes. When those same two bytes are interpreted as ISO-8859-1 (a.k.a ISO-Latin-1) they are interpreted as two characters, like so (fixed width font required): UTF-8 Bytes vs. Same bytes in ISO-8859-1

[twitter-dev] Re: How to filter out utf-8 characters in java

2010-05-12 Thread Matt Sanford
Hi there, All characters in Tweets are utf-8. I'm assuming you're looking for something specific like accents or ASCII-art punctuation. Can you describe your problem in a little more detail? I might be able to help once I know what you're trying to prevent. Thanks; — Matt Sanford

[twitter-dev] Re: Send Cyrillic character (OAuth)

2010-05-10 Thread Matt Sanford
Hi Z-13, Short Answer: This looks like a bug in Tweetr [5]. Long Answer: I'm not familiar with Tweetr, and my Action Script is a bit rusty, but I took a look at the source of the updateStatus method [1]. It looks like the code calls strEscape [2] (also defined in that file [3]), which takes

[twitter-dev] Re: UTF-8 and 140 characters still doesn't work?

2010-03-09 Thread Matt Sanford
%83%86: CGI.unescape(%e3%83%86) = テ CGI.unescape(%e3%83%86).unpack('U*') = [12486] Since the exact length of the escape sequence is 140 I'm guessing there is still some code truncating the value based on byte counts. Thanks; — Matt Sanford / Twitter Engineer [1] - http

[twitter-dev] Re: What is 140 characters?

2009-09-08 Thread Matt Sanford
/index.htm So, my fix will make it so that no matter the client if the user sees é it counts as a single character. I'll announce something in the change log once my fix is deployed. Thanks; — Matt Sanford / @mzsanford [1] - http://www.unicode.org/reports/tr15/ On Sep 9, 6:05 am, TjL luo

[twitter-dev] Re: Hashing standard for URLs to find the Twitter version of shortened URLs

2009-07-17 Thread Matt Sanford
for the YouTube video would find the tweet, provide it to users, and infect them. Shorteners have the general problem of not knowing the destination but I think a hash created by the same person who might be trying to trick you in the first place is unreliable. Just a thought. Thanks; — Matt Sanford

[twitter-dev] Re: HTML escaping by Twitter is really a bug

2009-07-17 Thread Matt Sanford
to find a balance between standards, data purity, and protection. Thanks; – Matt Sanford / @mzsanford Twitter Dev On Jul 17, 2009, at 7:53 AM, Bjoern wrote: (somehow got the response above as email, too - sorry for replying twice...) Hi, look for example at this: http://twitter.com

[twitter-dev] Re: Filter Profanity

2009-07-17 Thread Matt Sanford
Hello there, There is no stemming available for search (which is the {ducking} - {duck} conversion). We've talked internally about the profanity issue before so it's something we're aware of. We'll announce something here once we have a plan. Thanks; – Matt Sanford / @mzsanford

[twitter-dev] Re: Query Length

2009-07-17 Thread Matt Sanford
Hello, The length of a query is limited to 140 characters, and the near:/within: need to be translated to a geocode URL parameter. Checkout the documentation at http://apiwiki.twitter.com/Twitter-Search-API-Method%3A-search for more information. Thanks; – Matt Sanford / @mzsanford

[twitter-dev] Re: Atom API From a User not retrieving results

2009-07-17 Thread Matt Sanford
Hi there, If your account is not showing up in Twitter search check out the help article at http://help.twitter.com/forums/10713/entries/16817 Thanks; — Matt Sanford On Jul 17, 2009, at 11:31 AM, brandonvara wrote: I'd like to include my latest tweet in my website but when I try

[twitter-dev] Matt Sanford, signing off.

2009-07-17 Thread Matt Sanford
mostly felt like I should send you all a good bye since you're considered an extension of the API/Platform team. This change should be fully backward compatible so I didn't see the need for 7-days notice. Good night, and good luck; – Matt Sanford / @mzsanford Twitter Dev * = Who just

[twitter-dev] Re: Is the rate limiting on IP or User a/c

2009-07-16 Thread Matt Sanford
And I did one better, I manually unsubscribed you from the management interface. — Matt On Jul 15, 2009, at 11:27 PM, Chris Thomson wrote: Victor, email twitter-development-talk+unsubscr...@googlegroups.com to unsubscribe. -- Chris Thomson On 2009-07-16, at 2:15 AM, victor castleton

[twitter-dev] Re: search.json pagination returning duplicates

2009-07-16 Thread Matt Sanford
Hi Zac, The response should also include a warning message that since_id was removed. When you paginate we have to remove the since_id so you'll need to keep track of the since_id and stop paginating when you reach it. Thanks; – Matt Sanford / @mzsanford Twitter Dev On Jul 16

[twitter-dev] Re: Searching for tweets that refer to an URL still impossible with bit.ly (and others)

2009-07-15 Thread Matt Sanford
. I can't say for sure since they're always evolving the types of abuse the check for but I don't recommend this course of action. Have you thought about using one of the APIs built for this, like backtweets [1]? Thanks; – Matt Sanford / @mzsanford Twitter Dev [1] - Disclaimer: I've

[twitter-dev] Re: How to track a phrase in Streaming API?

2009-07-14 Thread Matt Sanford
Hello, I think the problem is missing quotes and URL encoding. Try curl … -d track=harry+potter Thanks; – Matt Sanford / @mzsanford Twitter Dev On Jul 14, 2009, at 7:29 AM, owkaye wrote: How do I track a phrase like harry potter? The docs only show how to track individual

[twitter-dev] Re: Interested in hiring a twitter developer

2009-07-13 Thread Matt Sanford
Hi Dale, Check out the directory on our wiki at: http://apiwiki.twitter.com/Developers Thanks; – Matt Sanford / @mzsanford Twitter Dev On Jul 13, 2009, at 5:29 AM, Dale wrote: Hi, If there is an excellent Twitter app developer out there (very familiar with APIs), I want

[twitter-dev] Re: How to insure that all tweets are retrieved in a search?

2009-07-13 Thread Matt Sanford
? If not, please let me know who I should contact and how. You can email api AT twitter.com for things like this, but as stated above the pagination limit is not something that has a white list. The streaming API really is the most scalable solution. Thanks! Owkaye Thanks; – Matt

[twitter-dev] Re: Rate Limit reporting

2009-07-13 Thread Matt Sanford
is an incorrect password. You should also try calling verify_credentials to make sure the password is correct and everything is being received correctly by Twitter. Thanks; – Matt Sanford / @mzsanford Twitter Dev On Jul 13, 2009, at 9:22 AM, Justin wrote: I feel a bit silly asking

[twitter-dev] Re: Interested in hiring a twitter developer

2009-07-13 Thread Matt Sanford
Hi Jason, Send your information in an email to api AT twitter.com. Thanks; – Matt Sanford / @mzsanford Twitter Dev On Jul 13, 2009, at 1:45 PM, JasonWyatt wrote: Matt, How can I add my name to that page? Thanks -Jason On Jul 13, 10:06 am, Matt Sanford m...@twitter.com wrote

[twitter-dev] Re: OAuth: Screen name returned with access token - documented feature?

2009-07-12 Thread Matt Sanford
after I put it on the change log [1]. Sorry I forgot to mention that … feel free to use those parameters. Thanks; – Matt Sanford / @mzsanford Twitter Dev [1] - May 13th - http://apiwiki.twitter.com/REST-API-Changelog On Jul 11, 2009, at 9:34 AM, Scott Carter wrote: I noted

[twitter-dev] Re: Changing domains for image hosting

2009-07-10 Thread Matt Sanford
Hi all, I'm working with our ops folks now to get SSL fixed on twimg.com. No need for running proxies … we're working on it. Thanks; – Matt Sanford / @mzsanford Twitter Dev On Jul 10, 2009, at 12:42 AM, Abraham Williams wrote: A temporary fix is to run a proxy on your own SSL

[twitter-dev] Re: Intermittent network failures?

2009-07-10 Thread Matt Sanford
Hi all, There is currently a back-end issue and our operation folks are working on it. Hopefully it will be resolved soon. I'll update you when I know more. Thanks; – Matt Sanford / @mzsanford Twitter Dev On Jul 10, 2009, at 11:51 AM, João Pereira wrote: Hi, I'm also having

[twitter-dev] Re: Has something with OAuth changed?

2009-07-09 Thread Matt Sanford
Hi all, Some changes were just deployed and it looks like there may be a bug. I'm looking into it now … hold tight and I'll update you all when I know more. Thanks; – Matt Sanford / @mzsanford Twitter Dev On Jul 9, 2009, at 4:25 PM, dean.j.robinson wrote: Everyone just

[twitter-dev] Re: tweeting more than 140 words

2009-07-08 Thread Matt Sanford
In the vien of There's an app for that … There's a ticket for that: http://code.google.com/p/twitter-api/issues/detail?id=807 — Matt On Jul 8, 2009, at 6:57 AM, Nick Arnett wrote: On Wed, Jul 8, 2009 at 5:19 AM, twittwit ytbr...@gmail.com wrote: example is

[twitter-dev] Re: Deletion page in Firefox 3.5

2009-07-07 Thread Matt Sanford
Hi Mike, I opened a ticket for out front end team. Thanks for the bug report. Thanks; – Matt Sanford / @mzsanford Twitter Dev On Jul 7, 2009, at 8:39 AM, Mike wrote: As can be seen in the screenshot, the numbers on the page where you can delete your Twitter-account aren't

[twitter-dev] Re: Problem with search api. BUG?

2009-07-07 Thread Matt Sanford
but as far as I know it's something that should no longer be allowed. Please open a ticket at http://code.google.com/p/twitter-api/issues/entry and we'll look into how the overly-long status got there in the first place. Thanks; – Matt Sanford / @mzsanford Twitter Dev [1] - $ echo RT

[twitter-dev] Re: 403 on Direct Message

2009-07-06 Thread Matt Sanford
will give us a pointer to the exact cause. Thanks; – Matt Sanford / @mzsanford Twitter Dev On Jul 6, 2009, at 7:53 AM, JDG wrote: Unfortunately, I can't help you, but I do want to remind you to change your password now, as the entire twitter dev community has it at this point :) On Mon, Jul

[twitter-dev] Re: automatic hashtag links breaking hexadecimal characters in web interface

2009-07-06 Thread Matt Sanford
Hi there, I let the person working on that stuff know and he said he'll get a fix out very soon. Thanks for the error report; – Matt Sanford / @mzsanford Twitter Dev On Jul 6, 2009, at 1:29 AM, Mario Menti wrote: Hi there, it looks like the web interface is attempting to create

[twitter-dev] Re: Failed to validate oauth signature and token using python/django libs

2009-07-06 Thread Matt Sanford
send the HTTP request and response (headers and bodies) that will be a good start. If you're not sure how to get them from your library I recommend using a debugging proxy like Charles [1]. Thanks; – Matt Sanford / @mzsanford Twitter Dev [1] - http://www.charlesproxy.com/ On Jul 3

[twitter-dev] Re: twitter_id en #JSON-badges

2009-07-06 Thread Matt Sanford
Hello, I think you need your twitter user id for the widget to work. You can get it from: curl http://twitter.com/users/show/Bertram61.xml In your case it is 19824024 Thanks; – Matt Sanford / @mzsanford Twitter Dev On Jul 6, 2009, at 1:49 PM, Bertram61 wrote: Hallo, ik

[twitter-dev] API Changes for July 1, 2009

2009-07-02 Thread Matt Sanford
has been changed form 100 to 150. Documentation: http://apiwiki.twitter.com/Rate-limiting Issue: http://code.google.com/p/twitter-api/issues/detail?id=474 Thanks; – Matt Sanford / @mzsanford Twitter Dev

[twitter-dev] Re: How to calculate time remaining for rate limit

2009-07-02 Thread Matt Sanford
Hello there, The reset-time-in-seconds is a the UNIX time (a.k.a Epoch time, number of seconds since 1970-01-01 UTC) at which the rate limit will reset. Thanks; – Matt Sanford / @mzsanford Twitter Dev On Jul 2, 2009, at 1:05 PM, danksoft wrote: Hi, I'm creating a small app

[twitter-dev] Re: How to calculate time remaining for rate limit

2009-07-02 Thread Matt Sanford
convert it to a date and find the difference in time between UTC time and time now? On Jul 2, 1:33 pm, Matt Sanford m...@twitter.com wrote: Hello there, The reset-time-in-seconds is a the UNIX time (a.k.a Epoch time, number of seconds since 1970-01-01 UTC) at which the rate limit will reset

[twitter-dev] Re: [twitter-api-announce] API Changes for July 1, 2009

2009-07-02 Thread Matt Sanford
, Matt Sanford m...@twitter.com wrote: Hello, Sorry for the delayed email but deploys ran a little late yesterday. Without further ado, here are the changes launched on 2009-07-01: * Fixed (OAuth): The oauth_access_type parameter was not respected in all cases. Issue: http

[twitter-dev] Re: Use Twitter for login oauth/authenticate method

2009-07-01 Thread Matt Sanford
hand if we make any changes, like requiring that value to use the authenticate method. It's not something we'll definitely do but it is something that may come up in the medium term you should be aware of. Thanks; – Matt Sanford / @mzsanford Twitter Dev On Jul 1, 2009, at 4:26 AM, Arnaud

[twitter-dev] Re: Security Best Practices

2009-07-01 Thread Matt Sanford
make the list look less inviting to new comers. Thanks; – Matt Sanford / @mzsanford Twitter Dev [1] - People installing an instance of your server-side app are not 'end users', but other developers [2] - Not open-source hand waving. [3] - Closed source desktop apps have the same problem

[twitter-dev] Re: Use Twitter for login oauth/authenticate method

2009-07-01 Thread Matt Sanford
, 2009, at 7:50 AM, Matt Sanford wrote: Hi Arnaud, That option during application creation is really more trouble that it is worth. Right now applications that have that option checked include an extra sentence to tell users the application will be using twitter for login, that's all

[twitter-dev] Re: Security Best Practices

2009-07-01 Thread Matt Sanford
, Matt Sanford m...@twitter.com wrote: Please, take your time and write a well thought out reply. One- line snarky comments, while fun to write and sometimes to read, steal time from everyone reading the list, including all of the Twitter API engineers. They also make the list look less

[twitter-dev] Re: searching for stocktwits (searching for $$)

2009-07-01 Thread Matt Sanford
Hi Ryan, The search.twitter.com system does not support $$ or a wild-card for all stock symbols. Thanks; – Matt Sanford / @mzsanford Twitter Dev On Jul 1, 2009, at 1:49 PM, Ryan wrote: I'm using the API and am trying to search for stocktwits (those tweets which contain

[twitter-dev] Re: how to get search result total?

2009-06-30 Thread Matt Sanford
for most people and should go away in the future. Thanks; – Matt Sanford / @mzsanford Twitter Dev On Jun 30, 2009, at 7:40 AM, Abraham Williams wrote: I don't recall knowing of this refresh parameter. Where did you hear about it? Abraham On Mon, Jun 29, 2009 at 23:47, yogayoga.prat

[twitter-dev] Re: PIN Authentication Examples?

2009-06-29 Thread Matt Sanford
Hi Duane, When you get the 401 what does the body say? Thanks; – Matt Sanford / @mzsanford Twitter Dev On Jun 29, 2009, at 4:29 AM, DWRoelands wrote: I'm having a devil of a time getting my application to connect to Twitter via OAuth and the six-digit pin method. I've been

[twitter-dev] Re: hello, my is Buboo SYSOP.

2009-06-29 Thread Matt Sanford
the error (included: see below) 3. What are you doing with the Twitter API? (a link is very helpful) 4. When did this problem begin? 5. Was there anything prior to this problem that might have appeared abusive from the Twitter.com perspective? (like a bug making 1000s of requests) Thanks; — Matt

[twitter-dev] Re: OAuth IDN/Punycode domain names

2009-06-29 Thread Matt Sanford
Hello, That's something I should be able to fix. Please file an issue at http://code.google.com/p/twitter-api/issues/entry so I don't forget. Thanks; – Matt Sanford / @mzsanford Twitter Dev On Jun 27, 2009, at 5:58 PM, Harrison wrote: Hi there, I'm wondering

[twitter-dev] Re: OAuth with a Console Mode Client

2009-06-29 Thread Matt Sanford
and says go here followed by a prompt for the PIN. Thanks; – Matt Sanford / @mzsanford Twitter Dev [1] - http://github.com/mojodna/oauth/tree/mergeable On Jun 29, 2009, at 1:06 PM, Miles wrote: Hello, I'm writing up a small Twitter client that runs inside of Emacs. I know there's already

[twitter-dev] API Changes for June 29, 2009

2009-06-29 Thread Matt Sanford
. Issue: http://code.google.com/p/twitter-api/issues/detail?id=757 • Feature (Search): Added Farsi/Persian to the list of available languages. As always we've updated the change log at http://apiwiki.twitter.com/REST-API-Changelog Thanks; – Matt Sanford / @mzsanford Twitter

[twitter-dev] Re: issue with simple xml load file + twitter search API

2009-06-25 Thread Matt Sanford
Hi there, If you're accessing search.twitter.com from AWS please set the User-Agent header to something meaningful, like the name of your website or service. Without a User-Agent you will see 400s when accessing from AWS. Thanks; – Matt Sanford / @mzsanford Twitter Dev On Jun

[twitter-dev] Re: Desperate for Help! Twitter API Blues...

2009-06-25 Thread Matt Sanford
. Thanks; — Matt Sanford / @mzsanford On Jun 25, 2009, at 8:09 AM, catcalls wrote: Hi, http://www.aponetworks.com/dumpurge/index.html This is a link to the source code so far. It has my Keys / Tokens I received from Twitter in it. I customised a C# Class into a VB.NET class of my own. I also

[twitter-dev] Re: Desperate for Help! Twitter API Blues...

2009-06-25 Thread Matt Sanford
. Also helpful for debugging just about any error with the API is the full request and response headers. Look at this from my perspective … right now I have even less to go on than you. I don't know your code, what request you made, and I cannot debug interactively. Thanks; — Matt Sanford

[twitter-dev] Re: Desperate for Help! Twitter API Blues...

2009-06-25 Thread Matt Sanford
returns 401 Is that the flow? If so, the body of the 401 would be most helpful. If that is not the flow, please try and describe what you are doing so I can try and reproduce the error and look for bugs on our side. Thanks; – Matt Sanford / @mzsanford Twitter Dev [1] - http

[twitter-dev] Re: OAuth: Failed to validate oauth signature and token -please help

2009-06-25 Thread Matt Sanford
, is letting us know what language, library and version you are using (if any). Thanks; – Matt Sanford / @mzsanford Twitter Dev On Jun 25, 2009, at 8:50 AM, goodtest wrote: Hi, I am trying to follow the instructions of how to authenticate using oauth, but for some reason, when i try

[twitter-dev] Re: Desperate for Help! Twitter API Blues...

2009-06-25 Thread Matt Sanford
, which gets a request token and returns the URL the user's browser should be sent to. Your code from Form1 does not appear to get the URL or send the user there, unless the source on this site is incomplete or I'm mis- reading it. Thanks; – Matt Sanford / @mzsanford Twitter Dev

[twitter-dev] Re: How-To: Get a Twitter Token via VB.NET

2009-06-25 Thread Matt Sanford
Hi, You might want to try Shannon Whitley (blog post on VB.NET/OAuth/ Twitter at http://www.voiceoftech.com/swhitley/?p=681) … he seems to work with Twitter, OAuth and VB.NET. He might be reading the dev list here, not really sure. Thanks; – Matt Sanford / @mzsanford Twitter

[twitter-dev] Re: Favoriting broken

2009-06-24 Thread Matt Sanford
Hi Craig, Adding and removing favorites being delayed is a known issue we're working on. Take a look at yesterday's post to http://status.twitter.com/ [1] for other things that might be affected. Keep an eye on status.twitter.com for updates. Thanks; – Matt Sanford / @mzsanford

[twitter-dev] Re: getting error 400 during creting follow request

2009-06-24 Thread Matt Sanford
Hi, What is the body of the response you get back? Many times the error message is informative and will let us know where to start looking for possible bugs. Thanks; – Matt Sanford / @mzsanford Twitter Dev On Jun 24, 2009, at 10:57 AM, ankit1234 wrote: hi, i have been

[twitter-dev] Re: Releasing a dormat screenname

2009-06-24 Thread Matt Sanford
Hi Mark, Email usern...@twitter.com (literally 'username', not the name you want). It usually takes some time since, as you can imagine, it's a lower priority than spam and other issues. Thanks; – Matt Sanford / @mzsanford Twitter Dev On Jun 24, 2009, at 1:54 PM, kprobe wrote

[twitter-dev] Re: Friendships.create returns successful but does not work

2009-06-24 Thread Matt Sanford
available. Thanks; – Matt Sanford / @mzsanford Twitter Dev [1] - http://code.google.com/p/twitter-api/issues/detail?id=749 On Jun 24, 2009, at 4:06 PM, NW wrote: I'm trying to setup a script to follow a specified user. When I run it it returns the user's information as described

[twitter-dev] Re: deleted tweets ares retrieved in the search results

2009-06-23 Thread Matt Sanford
Hey there, For the record, I'm working to fix that in the near term. I know it's been a long time coming but I have a git branch under way to add it so I hope it's not too much farther off. Thanks; – Matt Sanford / @mzsanford Twitter Dev On Jun 23, 2009, at 5:17 PM, Abraham

[twitter-dev] Re: user/show does not return 401

2009-06-22 Thread Matt Sanford
add the Authorization header. Someone has even done this in Javascript [2], albeit in XUL since it lacks a cross-domain security issue. Thanks; – Matt Sanford / @mzsanford Twitter Dev [1] - http://code.google.com/p/twitter-api/issues/detail?id=135 [2] - http://groups.google.com/group

[twitter-dev] Re: API rate limits behaving differently when querying the user's accunt vs. other users

2009-06-22 Thread Matt Sanford
] or there is a HttpWebRequest.PreAuthenticate property [2], but it does not works like one would expect [3]. I recommend the header route. Thanks; – Matt Sanford / @mzsanford Twitter Dev [1] - http://groups.google.com/group/twitter-development-talk/browse_frm/thread/14ac4568e4a1cb17 [2] - http://groups.google.com/group

[twitter-dev] Re: oauth callback not working

2009-06-19 Thread Matt Sanford
Hi there, If you're using the OAuth gem it is automatically sending oauth_callback with a value of oob, which tells twitter to use the PIN style. By passing the oauth_callback in you can override that default. An issue [1] has been files with the gem author. Thanks; – Matt Sanford

[twitter-dev] Re: adding hashtags to direct message API

2009-06-18 Thread Matt Sanford
Hi there, This may be a more simple misunderstanding. If you send a direct message that is a private message and will not show up in search. You can use hashtags in direct messages but they will never show up in the search results. Thanks; – Matt Sanford / @mzsanford Twitter

[twitter-dev] Re: What is the status of URL shortening by Twitter? (no more bit.ly)?

2009-06-18 Thread Matt Sanford
expect in the near term, however. Thanks; – Matt Sanford / @mzsanford Twitter Dev [1] - http://bit.ly/apidocs On Jun 18, 2009, at 6:38 AM, Bjoern wrote: Hi, I just wanted to look into the URL shortening issues, but found that I could not get Twitter to shorten my URLs anymore. Has

[twitter-dev] Re: cannot authenticate to oAuth - php, abrahams code

2009-06-18 Thread Matt Sanford
Hi Peter, I just tested Abraham's instance of his code at http://twitter.abrah.am and it worked correctly for me. Perhaps it is something token or application specific? Can you let me know the exact error message and the token you're using? Thanks; — Matt On Jun 18, 2009, at 9:50

[twitter-dev] Re: Green Profile Pictures

2009-06-18 Thread Matt Sanford
Hi there, It's users showing support for Iran. Check out http://search.twitter.com/search?q=%23iranelection+green and http://helpiranelection.com/ for information on the green avatars. Thanks; — Matt Sanford On Jun 18, 2009, at 5:03 PM, Dewald Pretorius wrote: I'm suddenly seeing

[twitter-dev] Re: Failed to validate oauth signature or token with OAuth while updating the status

2009-06-17 Thread Matt Sanford
Hi there, You may want to checkout the issues list for the PHP library. I found an issue there that seems to be the same: http://github.com/jmathai/twitter-async/issues/unreads#issue/6 Thanks; – Matt Sanford / @mzsanford Twitter Dev On Jun 17, 2009, at 5:32 AM, Borja Martín

[twitter-dev] Re: Search API to require HTTP Referrer and/or User Agent

2009-06-17 Thread Matt Sanford
Hi Craig, I didn't know about the X-Twitter-Client headers, thanks for the info. Thanks; – Matt Sanford / @mzsanford Twitter Dev On Jun 17, 2009, at 10:09 AM, Craig Hockenberry wrote: Matt Doug, Here's some more information to help fingerprint search requests

[twitter-dev] Re: Twitpocalypse and yajl

2009-06-16 Thread Matt Sanford
Hi David, Checkout the post by @chockenberry about the same issue with Twitterific [1]. He does not provide a patch but provides some good info on where the problem was. Thanks; – Matt Sanford / @mzsanford Twitter Dev [1] - http://furbo.org/2009/06/15/brain-farts/ On Jun 16

[twitter-dev] Re: Search API to require HTTP Referrer and/or User Agent

2009-06-16 Thread Matt Sanford
for hosting spammers [1]. Thanks; – Matt Sanford / @mzsanford Twitter Dev [1] - https://twitter.com/mzsanford/status/1924718435 On Jun 16, 2009, at 10:10 AM, funkatron wrote: Totally understand the need. I asked for clearer criteria because in message one, you state you'll require a valid

[twitter-dev] Re: Cancel Following request for protected users

2009-06-15 Thread Matt Sanford
Hi there, Please file a new Feature Request [1] and we'll see what we can do. Thanks; – Matt Sanford / @mzsanford Twitter Dev [1] - http://code.google.com/p/twitter-api/issues/entry?template=Feature%20Request On Jun 15, 2009, at 12:23 AM, kkp wrote: Hi, I am able to follow

[twitter-dev] Twitpocalypse Announcement

2009-06-12 Thread Matt Sanford
know what's going on in the event we decide to do this. Thanks; – Matt Sanford / @mzsanford Twitter Dev [1] - http://www.twitpocalypse.com/

[twitter-dev] Re: Twitpocalypse Announcement - 21:00 GMT

2009-06-12 Thread Matt Sanford
and scheduling this previously. We'll keep trying to improve on warnings like this. Good night, and good luck. Thanks; – Matt Sanford / @mzsanford Twitter Dev On Jun 12, 2009, at 10:23 AM, Matt Sanford wrote: Hi all, The overflow of the 32-bit signed integer value for status ids (a.k.a

[twitter-dev] Re: Twitpocalypse Announcement

2009-06-12 Thread Matt Sanford
may run a little late. Sometime after 21:00 GMT this is still planned. We'll update @twitterapi when the exact time comes. Thanks; – Matt Sanford / @mzsanford Twitter Dev On Jun 12, 2009, at 1:06 PM, Stuart wrote: 2009/6/12 J. Adam Moore jadammo...@gmail.com: So do I just allocate

[twitter-dev] Re: API rate limit and as3

2009-06-11 Thread Matt Sanford
Hi there, A SWF-based app will use the viewer's IP address. A PHP script will use the servers IP address rather than the viewer's. Thanks; — Matt Sanford On Jun 11, 2009, at 11:46 AM, Germig wrote: Sorry for this noob-question. The search api is rate limited by IP adress

[twitter-dev] Re: Posting to Twitter via TXT outside the US

2009-06-10 Thread Matt Sanford
Hi there, We're working on getting set up in more and more countries [1][2] [3][4] all the time, even in the UK in some cases [2]. Since this is taking some time you might want to check out the blog post where we outlined some other options if we haven't yet gotten to your country

[twitter-dev] Re: Feature request: share the admin of an oauth app

2009-06-10 Thread Matt Sanford
Hi there, This isn't on the current roadmap but I see you opened a Google Code issue. We'll review it and see what we can do. Thanks; – Matt Sanford / @mzsanford Twitter Dev On Jun 10, 2009, at 8:45 AM, Erwan wrote: Hi, I've created an OAuth app, but now it's completely

[twitter-dev] Re: Getting multiple user profiles in one call

2009-06-09 Thread Matt Sanford
Hi there, This is not currently possible, you'll need to use the /users/ show method for each user, or use the /statuses/friends method to eget the full information and page through that way. Thanks; – Matt Sanford / @mzsanford Twitter Dev On Jun 9, 2009, at 12:42 AM, kovshenin

[twitter-dev] Re: How does the trends method in search API work?

2009-06-09 Thread Matt Sanford
Hi there, We don't currently share the secret recipe for making trends and there are no plans to as far as I know. Thanks; — Matt Sanford On Jun 9, 2009, at 5:29 AM, zvn wrote: Hi, Sorry, I want to know the algorithm of the API. How does it get top 10 topics in all tweets? Simply

[twitter-dev] Re: PIN response in web-based OAuth app

2009-06-09 Thread Matt Sanford
Hi there, Are you by chance passing anything in to the request_token call for the value of oauth_callback? I checked out a few other services and they seemed fine. If you're sending oauth_callback=oob (a.k.a. out of band) then the system is forced into the PIN flow. We're working on

[twitter-dev] Re: PIN response in web-based OAuth app

2009-06-09 Thread Matt Sanford
is what I would expect in the case of a bug. Thanks; – Matt Sanford / @mzsanford Twitter Dev On Jun 9, 2009, at 3:53 PM, lebreeze wrote: I'm seeing exactly the same behaviour and it just started happening a few hours ago App is http://moodmapr.com Users just cannot login but instead

[twitter-dev] Re: PIN response in web-based OAuth app

2009-06-09 Thread Matt Sanford
on github [1] and hopefully the default can be changed. You can get around this right now by passing the callback into your get_request_token call as described in one of my previous emails. Thanks; – Matt Sanford / @mzsanford Twitter Dev [1] - http://github.com/mojodna/oauth/issues#issue/7

[twitter-dev] Re: Typo and Problem with Twitter's Redirect

2009-06-04 Thread Matt Sanford
. There is still a possibility of double-submit but this should lessen it. Does anyone see a problem with this approach? Thanks; – Matt Sanford / @mzsanford Twitter Dev On Jun 2, 2009, at 2:24 PM, Abraham Williams wrote: That is an issue when users are on slow internet connections or the target

[twitter-dev] Re: how to specify source in php with curl

2009-06-03 Thread Matt Sanford
= $status); Thanks; – Matt Sanford / @mzsanford Twitter Dev [1] -http://bit.ly/g_oauth_php On Jun 3, 2009, at 4:50 AM, Niju Mohan C P wrote: Hello all, I use php with curl to post tweets. If my app is registered at twitter how can i specify the source. The following is the code i'm using

[twitter-dev] Re: search is acting strange

2009-06-03 Thread Matt Sanford
Hi there, This is a known issue [1] we're working on. Some servers are behind and we're trying to get them back up to date. Mark the Google Code issue [1] with a star to get updates … no need to leave comments in the ticket. Thanks; – Matt Sanford / @mzsanford Twitter Dev [1

[twitter-dev] Re: New oAuth Redirect Page

2009-06-03 Thread Matt Sanford
; – Matt Sanford / @mzsanford Twitter Dev On Jun 3, 2009, at 1:53 PM, Shannon Whitley wrote: It looks like an intermediary page has been inserted between the oAuth login and the redirect back to the application. The HTTP referrer is now null. I was using the referrer to pass

[twitter-dev] Re: SSL error on the Sign

2009-06-02 Thread Matt Sanford
Hi Dave, I'll take a look at this today. There was some content versioning changes that must have caused an issue. Hopefully we can get it fixed again soon. Thanks; – Matt Sanford / @mzsanford Twitter Dev On Jun 1, 2009, at 3:49 PM, Dave wrote: In IE https://twitter.com

[twitter-dev] Re: oauth not working in IE

2009-06-02 Thread Matt Sanford
Hi there, It looks like this went out along with a few other things yesterday. I'll get a fix ready to be deployed today. Thanks; – Matt Sanford / @mzsanford Twitter Dev On Jun 2, 2009, at 12:13 AM, Xim wrote: It looks like the problem in meta tag that twitter uses for client

[twitter-dev] Re: OSS desktop apps and OAuth credentials

2009-06-02 Thread Matt Sanford
a known consumer key/secret will be secured using a PIN. Stay tuned for more details once the change launches. Thanks; – Matt Sanford / @mzsanford Twitter Dev On May 29, 2009, at 1:04 PM, semifor wrote: Is it safe and appropriate to include consumer key and secret in OSS desktop

[twitter-dev] Re: Random OAuth token expiry?

2009-06-02 Thread Matt Sanford
Hi David, They shouldn't randomly disappear like that. We're busy fixing some database issues at the moment and my guess is that is causing the problem. Hopefully by the end of the day all of that will be sorted out. Thanks; – Matt Sanford / @mzsanford Twitter Dev On Jun 2

[twitter-dev] Re: Not Reveiving Follow EMails

2009-06-02 Thread Matt Sanford
Hi Dale, There hasn't been and change in the follow email policy to my knowledge. In the example you provided where you un-follow and re- follow are you getting the mail inconsistently or never? Knowing which should help me track down that case at the very least. Thanks; – Matt

[twitter-dev] Re: SSL error on the Sign

2009-06-02 Thread Matt Sanford
Hi Dave, A fix for this went out this afternoon. Everything should be working without security warnings again. We also added some better tests to prevent the Big Scary Warning™ in the future. Thanks; – Matt Sanford / @mzsanford Twitter Dev On Jun 1, 2009, at 3:49 PM, Dave wrote

[twitter-dev] Re: Search API

2009-06-01 Thread Matt Sanford
Hi there, To get more results you'll need to paginate. We cannot offer an API that returns thousands (or millions) or results in one request. Thanks; – Matt Sanford / @mzsanford Twitter Dev On May 31, 2009, at 5:53 PM, Joseph wrote: If I do a search the API, is there an easier

[twitter-dev] Re: statuses/friends returning 500 error

2009-06-01 Thread Matt Sanford
Hi there, The rate limit returns HTTP 400, as stated in the documentation [1]. A 500 indicates some server-side error so knowing what user this is for might help us find the root cause. Thanks; – Matt Sanford / @mzsanford Twitter Dev [1] - http://apiwiki.twitter.com/Rate

[twitter-dev] Re: Changing callback url

2009-05-28 Thread Matt Sanford
Hi there, That error comes up if you try to make a request to /oauth/ authorize with a request token that has already been used. Are you calling /oauth/request_token before this to get a new request token? Thanks; – Matt Sanford / @mzsanford Twitter Dev On May 28, 2009, at 6:28

[twitter-dev] OAuth Desktop Application Changes - Incompatibility Alert

2009-05-28 Thread Matt Sanford
, or some reason that you don't think it will work, please feel free to email me directly. Thanks; – Matt Sanford / @mzsanford Twitter Dev [1] - OAuth spec 1.0a addresses problems with oauth_callback and should be finalized very soon. More info at http://groups.google.com/group/oauth

[twitter-dev] Re: Whitelisted application still getting limited

2009-05-27 Thread Matt Sanford
Hi Miles, I just checked the list of whitelisting requests and I don't see you anywhere in it, either approved, rejected or pending. Please forward me your approval email (matt [at] twitter.com) and I'll track down where things went wrong. Thanks; – Matt Sanford / @mzsanford

[twitter-dev] Re: Whitelisted but being rate limited?

2009-05-27 Thread Matt Sanford
Hi there, Whitelisting raises the various limits but it does not remove them. It sounds like you may have reached the direct message limit for whitelisted accounts. Thanks; – Matt Sanford / @mzsanford Twitter Dev On May 27, 2009, at 8:56 AM, jmathai wrote: This morning

[twitter-dev] Re: search.rss

2009-05-27 Thread Matt Sanford
some known bugs and less data than the atom version (thank you RSS spec for not having a link with a rel attribute). Thanks; – Matt Sanford / @mzsanford Twitter Dev On May 27, 2009, at 12:32 PM, Jonas wrote: Hi, I was using the search.atom command and just happened to try search.rss

[twitter-dev] Re: Is iso_language_code in search depreciated?

2009-05-26 Thread Matt Sanford
; – Matt Sanford / @mzsanford Twitter Dev On May 26, 2009, at 2:56 AM, Tim Hastings wrote: Hello, I notice that in the search results that each status update includes: iso_language_code = en, nl etc... Language is not present in the timeline, data mining feeds, or the new spritzer

[twitter-dev] Re: Setting the status of m.twitter.com

2009-05-26 Thread Matt Sanford
Hi Matthias, This is on purpose. In order to prevent click-jacking [1] we had to remove the status parameter support on the mobile version of the site. There is no work-around and there are no plans to bring it back. Thanks; – Matt Sanford / @mzsanford Twitter Dev [1] - http

  1   2   3   4   >