Re: [twitter-dev] Re: get friends/followers' ids and nicknames

2011-01-06 Thread Matt Harris
Hi Steve, In answer to your questions. 1. users/lookup returns information about the user_ids or screen_names you pass to it. You may choose to pay follower ids, friends ids, or both. It's purpose is to just expand the user_id or screen_name into a hydrated user object. 2. If you stay within

Re: [twitter-dev] promoted trends via API

2011-01-06 Thread Matt Harris
Hi Yusuke, Promoted Content is not generally available. Whilst we are testing with a group of developers there is no timeline for when more developers can apply for access or if the API will be opened up. More information can be found in this archived thread:

Re: [twitter-dev] possible to get mentions of other users?

2011-01-06 Thread Matt Harris
Hi Joel, The API will only return mentions for the authenticating user. To retrieve mentions for other users you would need to use the Search API or 'follow' the user_id through the Streaming API. Hope that helps, @themattharris Developer Advocate, Twitter http://twitter.com/themattharris On

Re: [twitter-dev] Re: User_timeline returns different amount of tweets for each user

2011-01-06 Thread Matt Harris
ticket submission. Please try again later. Tried more than once and got nothing. I'm really blind here, have no idea what's happening... Anyone can help? Thanks, Alexandre Cisneiros. On Jan 4, 4:27 pm, Matt Harris thematthar...@twitter.com wrote: Hi Alexandre, You should be able to access

Re: [twitter-dev] Re: user page (viewed in old twitter) is stale by 7 hours

2011-01-06 Thread Matt Harris
23043372398673920 is shown in new twitter, but not in the website view. Thanks for the info though, Adam On Jan 6, 2:48 pm, Matt Harris thematthar...@twitter.com wrote: Hey Adam, Thanks for raising this. The website isn't part of the API so we're not in a position to fix or address the issue

Re: [twitter-dev] Re: incorrect created_at times?

2011-01-05 Thread Matt Harris
Hi Jenny, It does seem there is something wrong with those date stamps. I've asked the engineers to look into it. Best, @themattharris Developer Advocate, Twitter http://twitter.com/themattharris On Wed, Jan 5, 2011 at 11:01 AM, jenny jloo...@gmail.com wrote: ack, sorry- sinceid issue was me

Re: [twitter-dev] Error starting today

2011-01-05 Thread Matt Harris
Hey Craig, There are no known issues with timestamps. What is the timestamp you are sending to us? If your timestamp isn't close to the time of our servers (GMT) we will throw this error. Best, @themattharris Developer Advocate, Twitter http://twitter.com/themattharris On Wed, Jan 5, 2011 at

Re: [twitter-dev] Re: mobile.twitter.com/share not working?

2011-01-05 Thread Matt Harris
for the explanation. Any idea if this is already in the roadmap? On Jan 5, 2:36 am, Matt Harris thematthar...@twitter.com wrote: The Tweet Button doesn't have a custom mobile view. Generally when a mobile view is supported Twitter.com will handle the redirect for you. This is because paths on the mobile

Re: [twitter-dev] Tweet Button share URL fails on mobile

2011-01-05 Thread Matt Harris
The browsers currently supported by the Tweet Button are listed on the Tweet Button FAQ page: http://dev.twitter.com/pages/tweet_button_faq#browser-support At the moment, mobile browsers are not included but they should still avoid confusing behavior. I've asked the engineers to look into

Re: [twitter-dev] RE: New twitter in ie8 broken again

2011-01-05 Thread Matt Harris
Hey Dean, I'm unable to reproduce the issue but as Tom said it sounds like a caching issue. Switching to InPrivate mode is likely to have forced a reload of the js and css assets. The website team isn't part of the API (they build on top of it), so if you are having any more issues with the site

Re: How do I uninstall/reinstall twurl? (was Re: [twitter-dev] twurl is getting Read-only application cannot POST)

2011-01-05 Thread Matt Harris
Hey TjL, Thanks for trying those steps out and for reset those keys for security. Back to the question in hand. In your original email [1] the trace from Twurl showed you were using the consumer key: EK9yzQy6K8gqzAg0pCaQug In the screenshot you published later the consumer key was

Re: [twitter-dev] update_profile_background_image - error code 500

2011-01-04 Thread Matt Harris
Hi Derlan, This is often caused by the image not being sent the correct way. Image uploading with OAuth is a little different as the request contains multi-part data. I've produced an example of how to do image posting with OAuth on github:

Re: [twitter-dev] twitter namespace in api response

2011-01-04 Thread Matt Harris
Thanks for highlighting this. Can you file this as a ticket in our public issue tracker and the team will then pick it up to take a look: http://code.google.com/p/twitter-api/issues/list Thanks, @themattharris Developer Advocate, Twitter http://twitter.com/themattharris On Thu, Dec 30, 2010

Re: [twitter-dev] Tweet button counter reset to 0

2011-01-04 Thread Matt Harris
We don't provide a way to backfill the count but we also don't reset the counts. Is it possible the URLs changed to a different permalink structure? Checking your site your current posts appear to be counting successfully. Best @themattharris Developer Advocate, Twitter

Re: [twitter-dev] mobile.twitter.com/share not working?

2011-01-04 Thread Matt Harris
The Tweet Button doesn't have a custom mobile view. Generally when a mobile view is supported Twitter.com will handle the redirect for you. This is because paths on the mobile site can differ from those on twitter.com Best, @themattharris Developer Advocate, Twitter

Re: [twitter-dev] Re: how can i get posts count when i use search api?

2011-01-04 Thread Matt Harris
Hi Eric, I'm not completely clear which value you are trying to find out but I hope the information below helps, As far as counts go, the Search API won't return how many posts match your query. If you need that information you should track the keyword of interest using the Streaming API and

Re: [twitter-dev] case sensitivity of original status mention an issue when searching mentions?

2011-01-04 Thread Matt Harris
Hi Tia, The Search API is case insensitive so the query will be applied in the same way. Best, @themattharris Developer Advocate, Twitter http://twitter.com/themattharris On Tue, Dec 28, 2010 at 6:11 PM, ds2k geremy.co...@gmail.com wrote: I'm using the search API in Ruby to grab all mentions

Re: [twitter-dev] Is id_str getting dropped again from streaming API output?

2011-01-04 Thread Matt Harris
Hi Adam, There weren't any known issues with the field being dropped. Are you still seeing this? Best, @themattharris Developer Advocate, Twitter http://twitter.com/themattharris On Thu, Dec 30, 2010 at 5:50 AM, Adam Green 140...@gmail.com wrote: I'm getting errors that the id_str property

Re: [twitter-dev] twurl block is sending 502 even when it succeeds

2011-01-04 Thread Matt Harris
Hi TjL, The API can occasionally return a Twitter Over Capacity error when the site is experiencing a lot traffic. If this happens waiting a little white and trying the request again will work. I notice you are using a variable for the screen_name. Is this being set correctly in your

Re: [twitter-dev] Incorrect signature for users/search using REST API

2011-01-04 Thread Matt Harris
Hi Rohit, When passing spaces to in queries it is recommend you use %20. The reason is that the + is often badly encoded by OAuth libraries. Percent-encoding a space in the request is the most reliable way for the signature to be calculated. The reason why the search works for both Twitter_API

Re: [twitter-dev] /1/account/settings.json and sleep_time

2011-01-04 Thread Matt Harris
Hi Yusuke, The sleep time indicates the period over which mobile notifications are turned off. The start_time and end_time represent the hour in 24 hour format. Enabled is true if the sleep period is turned on. The sleep settings correspond to the values found on the mobile page of twitter.com:

Re: [twitter-dev] User_timeline returns different amount of tweets for each user

2011-01-04 Thread Matt Harris
Hi Alexandre, You should be able to access up to 3200 Tweets (including Retweets) for your account though the user_timeline method. If this isn't the case let our user support team know so they can check nothing has got confused in your account. You can contact them through:

Re: [twitter-dev] Update http://dev.twitter.com/pages/auth page with PIN flow link

2011-01-04 Thread Matt Harris
Hey Buddy, Thanks for highlighting this section is missing from the document. We'll add this to our list of todos. Glad you worked out what was required though. Best, @themattharris Developer Advocate, Twitter http://twitter.com/themattharris On Mon, Jan 3, 2011 at 9:17 AM, Buddy

Re: [twitter-dev] Spain telephone

2011-01-04 Thread Matt Harris
Hi, Please see: http://support.twitter.com/articles/163508-how-to-post-a-tweet-via-sms For user support please visit: http://bit.ly/twicket Best @themattharris Developer Advocate, Twitter http://twitter.com/themattharris 2010/12/31 Karla Coll Garcia karla.coll.gar...@gmail.com Hola.

Re: [twitter-dev] Using OAuth Echo

2011-01-04 Thread Matt Harris
Hi Gabe, For OAuth Echo you should be sending the value in: X-Verify-Credentials-Authorization to the URL given in: X-Auth-Service-Provider You need to use X-Auth-Service-Provider to ensure you are sending the request to the same endpoint that was used to create the signature. This URL

Re: [twitter-dev] Why is the people search in the @Anywhere API restricted to first page.

2011-01-04 Thread Matt Harris
Hi Pradheep, The Javascript API is considered part of the @anywhere internals and is not supported by the Twitter team. You are free to experiment with it but there is no guarantee features other than those documented on http://dev.twitter.com/anywhere/begin will be fully implemented or

Re: [twitter-dev] twurl is getting Read-only application cannot POST

2011-01-04 Thread Matt Harris
: On Mon, Jan 3, 2011 at 7:14 PM, Matt Harris thematthar...@twitter.com wrote: To be able to send POST requests to the API you need to ensure your application is of access type: Read Write The message you are getting means your application is Read Only. To change this you need to visit http

Re: [twitter-dev] Does the twit posted from Twitter web app contains lon/lat infos

2011-01-04 Thread Matt Harris
Hi Diallo, The lat/long is included if the user has enabled geo in their profile and the client they are using supports it. Whether the information is included in a tweet depends on the options chosen by the user of the client they are using - and whether the client supports geo. The accuracy is

Re: [twitter-dev] Re: Twitter's mobile oauth page waits 10 seconds before redirecting

2011-01-04 Thread Matt Harris
10 seconds does seem like a long time for this to be paused. I'm checking with the team why this value was chosen. Best @themattharris Developer Advocate, Twitter http://twitter.com/themattharris On Tue, Jan 4, 2011 at 11:59 AM, Bess bess...@gmail.com wrote: Rusell, Can you use tricks to

Re: [twitter-dev] Re: Twitter Stream API rate limit issue

2011-01-04 Thread Matt Harris
Hi Zhe, In this case you might want to use the Search API instead as the Streaming API is designed for server to server communication. You can use the Streaming API but you would need to combine the search terms into one set of filter keywords, and then deduplicate the Tweets which are returned.

Re: [twitter-dev] Re: Twitter's mobile oauth page waits 10 seconds before redirecting

2011-01-04 Thread Matt Harris
browser vendors use to redirect if there is an error in displaying content. Usu the workaround hack mobile developers use is to continue to check status using a timer until Oauth is completed. This hack is on device app, not server-side. On Jan 4, 2:25 pm, Matt Harris thematthar...@twitter.com

Re: [twitter-dev] API fails when tweeting with single asterisk

2011-01-04 Thread Matt Harris
Hey Adam, The status update you are sending is part of the SMS command set. http://support.twitter.com/articles/14020-about-twitter-sms-commands It corresponds to the FAV command and is the alias for it. It used to be documented but for some reason isn't there at the moment. I've asked the

Re: [twitter-dev] API fails when tweeting with single asterisk

2011-01-04 Thread Matt Harris
that * and * word will remain unavailable for normal tweeting? On Tue, Jan 4, 2011 at 7:22 PM, Matt Harris thematthar...@twitter.com wrote: Hey Adam, The status update you are sending is part of the SMS command set. http://support.twitter.com/articles/14020-about-twitter-sms-commands

Re: [twitter-dev] Twitter is over capacity. when I try to delete an application

2011-01-03 Thread Matt Harris
Hi Aaron, The engineers are aware of this error and are looking into it but if you would like to file a bug we'll update that when the issue is resolved. You can file a bug report through our public issue tracker here: http://code.google.com/p/twitter-api/issues/list Best, @themattharris

Re: [twitter-dev] App Suspension

2011-01-03 Thread Matt Harris
Hi, As Tom has said the best place to find out information about your Application Suspension is through a...@twitter.com . The team who monitor that email address will have the information about your application suspension, and be able to advise you on any next steps. Best @themattharris

Re: [twitter-dev] twttr.anywhere errors in IE8

2011-01-03 Thread Matt Harris
Hey Mauro, Does the @anywhere code work on any other page and can you create a test page with just that in it? Also, do the IE developer tools include any javascript error information? Best, @themattharris Developer Advocate, Twitter http://twitter.com/themattharris On Mon, Jan 3, 2011 at

Re: [twitter-dev] twurl is getting Read-only application cannot POST

2011-01-03 Thread Matt Harris
Hi TJ, To be able to send POST requests to the API you need to ensure your application is of access type: Read Write The message you are getting means your application is Read Only. To change this you need to visit http://dev.twitter.com/apps and then edit the details of your application so that

Re: [twitter-dev] Twitter search query results...

2011-01-03 Thread Matt Harris
Hi Todd, Looking at the date you sent your email I noticed it was 7 days after the last Tweet was made by @lanewayfest. The Search API only returns results from the last 7 days so an empty response is expected if no Tweets have been made. Hope that answers your question, @themattharris

Re: [twitter-dev] Clicking on Switch to New Twitter makes the screen mostly blank!... it didn't work.

2011-01-03 Thread Matt Harris
Hi thezak, The Twitter API team maintains and supports the API which Twitter.com is created on top of. Unfortunately we don't have the information to help solve problems with the website itself but our user support team does. You can contact the user support team through this URL:

Re: [twitter-dev] /1/friendships/lookup.json doesn't accept POST method

2011-01-03 Thread Matt Harris
Hi Yusuke, users/lookup supports POST for historical reasons so support hasn't been removed. friendships/lookup is more recent and it was decided that the correct HTTP request for this is a GET. Hope that helps, @themattharris Developer Advocate, Twitter http://twitter.com/themattharris On

Re: [twitter-dev] how to use updatestatus

2011-01-03 Thread Matt Harris
Hi Deepak, Twitter4j is a third party library and you should contact their mailing list for implementation support. The twitter4j mailing list can be found here: http://twitter4j.org/en/index.html#mailingList If you just want to know how the status update method works you can find out more

Re: [twitter-dev] Where is join date on #newtwitter

2011-01-03 Thread Matt Harris
Hi Gary, This information isn't displayed on the website but can be found in the user object of the API response. For example, to find the date my user account was created you can call: curl http://api.twitter.com/1/users/show.json?screen_name=themattharris In the response you will find the

Re: [twitter-dev] Re: URL encode problem

2010-12-26 Thread Matt Harris
It looks like you're running curl from the command line. Try wrapping the entire URL in quotes - this would make your request: curl http://search.twitter.com/search.json?geocode=37.781157,-122.398720,15kmlang=enrpp=100; file.txt Alternatively leave out the quotes and escape the . e.g.

Re: [twitter-dev] twurl with streaming API?

2010-12-26 Thread Matt Harris
Hi Dan, The Track/Sample Streaming API doesn't support SSL which twurl enables by default. You need to instruct twurl to not use SSL when making requests. For example: twurl --no-ssl -t -H stream.twitter.com /1/statuses/sample.json This is ok for testing and debugging but you want to look at

Re: [twitter-dev] what id_str, how to use id_str,right now im using id only

2010-12-20 Thread Matt Harris
Hi, The id_str is only returned in the JSON responses as it isn't needed in the XML response. The XML response returns all data as a string so a unique *_str field isn't required. Hope that helps, @themattharris Developer Advocate, Twitter http://twitter.com/themattharris On Mon, Dec 20, 2010

Re: [twitter-dev] Article Title

2010-12-20 Thread Matt Harris
Hi Rakesh, Our 'Create a Tweet Button' page will help you do this: http://twitter.com/about/resources/tweetbutton The place to change the Tweet Text is under the Tweet text tab of 1. Choose you button Best, @themattharris Developer Advocate, Twitter http://twitter.com/themattharris On

Re: [twitter-dev] Destroying/Undoing Retweet

2010-12-20 Thread Matt Harris
Hi Mike This feature is supported as documented in that ticket. To find the right status ID you can call a timeline method with the parameter include_my_retweet=1. The include_my_retweet parameter will cause a new datapoint current_user_retweet to be included in the status if the current user

Re: [twitter-dev] Twitter Search API - Possible Proximity Bug

2010-12-20 Thread Matt Harris
Im not entirely clear on how to reconstruct the query you are trying to make. Can you share the full Search URL request you are making so we can take a look. Thanks, @themattharris Developer Advocate, Twitter http://twitter.com/themattharris On Mon, Dec 20, 2010 at 1:16 PM, Corey Ballou

Re: [twitter-dev] Re: Destroying/Undoing Retweet

2010-12-20 Thread Matt Harris
. I'll try it again and see what happens. On Dec 20, 4:32 pm, Matt Harris thematthar...@twitter.com wrote: Hi Mike This feature is supported as documented in that ticket. To find the right status ID you can call a timeline method with the parameter include_my_retweet=1

Re: [twitter-dev] firehose exception: the end of stream has been reached

2010-12-17 Thread Matt Harris
Hey Dan, If you fall too far behind when receiving the stream we will disconnect you. Check the timestamp of the Tweets being received to the time on your computer. If the times are drifting further apart you are falling behind. The most common reasons for falling behind are: 1. You are

Re: [twitter-dev] Cell phone tower information

2010-12-17 Thread Matt Harris
Hi Alex, Tweets don't contain this information so it cannot be tracked or search for. Hope that answers your question, @themattharris Developer Advocate, Twitter http://twitter.com/themattharris On Thu, Dec 16, 2010 at 2:44 PM, Alex chenzhe@gmail.com wrote: Hi, If tweet is posted from

Re: [twitter-dev] PHP OAuth app stopped working magically

2010-12-17 Thread Matt Harris
Hi Nicolás, If you can share your basestring and signature we can take a look at what's going wrong. Alternatively consider using a pre-written PHP library which handles this for you. There are some PHP libraries listed on our developer resources site which are popular with developers:

Re: [twitter-dev] Re: Unauthorized 401 http://twitter.com/friends/ids.json

2010-12-17 Thread Matt Harris
Hi Kathy, What is the error we are returning in the response body? It should contain information about why the request failed. Best @themattharris Developer Advocate, Twitter http://twitter.com/themattharris On Fri, Dec 17, 2010 at 11:14 AM, Kathy kathylee1...@gmail.com wrote: I still get

Re: [twitter-dev] TwitterOauth

2010-12-17 Thread Matt Harris
Hi Gary, Can you share your basestring and Authorization header so we can investigate further. Thanks, @themattharris Developer Advocate, Twitter http://twitter.com/themattharris On Fri, Dec 17, 2010 at 11:17 AM, Gary Zukowski ga...@tweetmyjobs.comwrote: We’ve started seeing some errors

Re: [twitter-dev] Re: Different crossdomains for a0.twimg.com a2.twimg.com, a3 etc

2010-12-17 Thread Matt Harris
://twitter.com/themattharris On Thu, Dec 16, 2010 at 10:13 PM, WildFoxMedia wildfoxme...@gmail.comwrote: Hi Matt, I appreciate you jumping into this thread and I look forward to your response. -Ben On Dec 16, 2:07 pm, Matt Harris thematthar...@twitter.com wrote: Thanks for letting us

Re: [twitter-dev] OAuth 401 Unauthorized failure

2010-12-17 Thread Matt Harris
Hi Brian, A couple of questions so we can investigate: 1. What was the response body content we returned with the 401? 2. What was the basestring you used? Best @themattharris Developer Advocate, Twitter http://twitter.com/themattharris On Fri, Dec 17, 2010 at 2:30 PM, Brian Gunn

Re: [twitter-dev] Re: OAuth 401 Unauthorized failure

2010-12-17 Thread Matt Harris
? I'm using the Tweepy Python library to hide the details of this from me, but I'm digging through there to instrument it so I can send you what you want. Brian On Dec 17, 2:37 pm, Matt Harris thematthar...@twitter.com wrote: Hi Brian, A couple of questions so we can investigate: 1. What

[twitter-dev] Please check you are using the correct API and host

2010-12-16 Thread Matt Harris
Hey Developers, We recently reviewed a sample of your API requests, emails and support tickets and found that some of you were not using the correct domains. While undocumented domains and endpoints may respond with data, you should avoid using them as they may be disabled or changed without

Re: [twitter-dev] Unauthorized: Incorrect signature for protected users

2010-12-14 Thread Matt Harris
Ni Niklas, In most of these cases the issue is to do with character encoding, specifically commas not being encoded as %2C properly. Could you share your basestring so we can check this. Best, @themattharris Developer Advocate, Twitter http://twitter.com/themattharris On Tue, Dec 14, 2010 at

Re: [twitter-dev] How to pull tweets excepting all that include @username and/or are Retweets?

2010-12-14 Thread Matt Harris
To exclude replies from timelines you can also include the exclude_replies=1 parameter. Hope that helps, @themattharris Developer Advocate, Twitter http://twitter.com/themattharris On Tue, Dec 14, 2010 at 4:29 PM, gzbrambila gzbramb...@gmail.com wrote: Thanks. Yeah had to write a php filter

Re: [twitter-dev] any api to get only tweets that are not replies/mentions

2010-12-09 Thread Matt Harris
You can do this by including the parameter exclude_replies=1 when requesting a timeline. When you do this any Tweets which begin with an @name will be removed from the response. Hope that helps, @themattharris Developer Advocate, Twitter http://twitter.com/themattharris On Thu, Dec 9, 2010 at

Re: [twitter-dev] get 3 months tweets?

2010-12-09 Thread Matt Harris
The API can only return the last 3,200 Tweets for a user timeline and 800 for each of the home and mentions timelines. We'd like to offer access to more than this but our infrastructure doesn't allow for it. The Tweets are safe and have not been deleted or lost, they are just not available through

Re: [twitter-dev] Re: Finding Tweets about Places

2010-12-09 Thread Matt Harris
Hi Tim, We hope to add more geo data partners in the future but for now Foursquare is not included. Best @themattharris Developer Advocate, Twitter http://twitter.com/themattharris On Thu, Dec 9, 2010 at 7:00 AM, Tim Hastings robotto...@gmail.com wrote: Are there any plans to add support for

[twitter-dev] Finding Tweets about Places

2010-12-08 Thread Matt Harris
/finding_tweets_about_places Thanks, Matt Harris Developer Advocate, Twitter http://twitter.com/themattharris -- 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

Re: [twitter-dev] Mobile texts

2010-12-07 Thread Matt Harris
Hi, The Twitter Mobile integrations are not maintained by the Twitter API team. For assistance please contact our user support team using the following webform: http://bit.ly/twicket Best @themattharris Developer Advocate, Twitter http://twitter.com/themattharris On Tue, Dec 7, 2010 at

Re: [twitter-dev] Re: Can't connect with @anywhere.

2010-12-03 Thread Matt Harris
Hi Danny, Can you post your @anywhere code snippet so we can take a look. Best, @themattharris On Dec 3, 2010, at 2:01, @Danny_Fr danny.fr.m...@gmail.com wrote: I should proof read sometimes. Here is a human readable version of my previous post: I am trying to develop a little something

Re: [twitter-dev] Re: Snowflake, it's almost 9007199254740992 time.

2010-12-03 Thread Matt Harris
above. natcompare(10705970246197248, 625058521088) returns -1 incorrectly. See https://gist.github.com/727383 for an example. On Nov 23, 12:26 pm, Matt Harris thematthar...@twitter.com wrote: Hey everyone, You may remember a few weeks ago we launched Snowflake having encouraged you all

Re: [twitter-dev] Trying to implement entities, and some indicies off

2010-12-03 Thread Matt Harris
Thanks for letting us know about this. I've passed the example onto the engineers who are going to look into it. So we can track the issue could you open a ticket on our issue tracker: http://code.google.com/p/twitter-api/issues/list Thanks @themattharris Developer Advocate, Twitter

Re: [twitter-dev] Re: Searching recent tweets?

2010-12-02 Thread Matt Harris
Hi Andre, You may find the Streaming API more suitable for this: http://dev.twitter.com/pages/streaming_api The streaming API allows you to 'track' words and have the Tweets which match streamed directly to you. That way, as long as you have an open connection to the Streaming API, Tweets

Re: [twitter-dev] Re: User_Timeline - include_rts not working

2010-12-02 Thread Matt Harris
Hi, Can you share the full URL you are requesting so I can take a closer look. Thanks. --- @themattharris Developer Advocate, Twitter http://twitter.com/themattharris On Thu, Dec 2, 2010 at 10:30 AM, dt dtip...@gmail.com wrote: I'm having the same problem. This doesn't make much sense. It

Re: [twitter-dev] Re: oAuth still working for everyone.?

2010-12-02 Thread Matt Harris
My library is also OAuth 1.0a compliant: https://github.com/themattharris/tmhOAuth @themattharris Developer Advocate, Twitter http://twitter.com/themattharris On Thu, Dec 2, 2010 at 4:55 PM, Mike Davis (mcdavis) mcda...@gmail.comwrote: Anyone using PHP can use

Re: [twitter-dev] Re: Twitter's OAuth provider ... what happened?

2010-12-02 Thread Matt Harris
Looking at your examples it looks like you don't have the oauth_verifier included in your request. The oauth_verifier can be found in the request parameters of the callback we make to you. Try adding the parameter in to see if that resolves the issue. Best @themattharris Developer Advocate,

Re: [twitter-dev] Re: randomly 401 error

2010-12-02 Thread Matt Harris
, I've try the case without basic Auth, but still 401 http://9.share.photo.xuite.net/u9011022/19d3103/4424859/171517288_x.jpg On 12月1日, 上午9時57分, Matt Harris thematthar...@twitter.com wrote: Hi Alvin, I notice in your request that you are sending a Basic Authentication header in addition

Re: [twitter-dev] in_reply_to_status_id different from in_reply_to_status_id_str

2010-12-01 Thread Matt Harris
This is unexpected. Can you provide us with some sample Tweet IDs where those fields are different so we can investigate further. Best, @themattharris Developer Advocate, Twitter http://twitter.com/themattharris On Wed, Dec 1, 2010 at 12:18 AM, shunjie shin...@gmail.com wrote: Hi guys, I

[twitter-dev] A couple of API fixes and changes

2010-12-01 Thread Matt Harris
Hey everyone, I wanted to let you know about a couple of changes we're rolling out for the API. 1. There will be a new attribute of parentid in the responses from /1/trends/available.format . This attribute corresponds to the woeid of the place within which this location is found. In the example

Re: [twitter-dev] Re: Totally Stuck - Getting Incorrect signature error trying to update status using OAuth

2010-12-01 Thread Matt Harris
Hey Chris, Glad to hear you found the problem, and thanks for sharing the solution! Best, @themattharris Developer Advocate, Twitter http://twitter.com/themattharris On Wed, Dec 1, 2010 at 3:40 PM, Chris Koenig chris.koe...@gmail.com wrote: In case anyone was following this, I figured it

Re: [twitter-dev] Differences between trends and trends/current??

2010-11-30 Thread Matt Harris
Hey Ed, Yes, the local trends supports a woeid of 1 for 'the world'. The other available woeid's can be found by querying: https://api.twitter.com/1/trends/available.json Best, @themattharris Developer Advocate, Twitter http://twitter.com/themattharris On Tue, Nov 30, 2010 at 4:55 PM, M.

Re: [twitter-dev] Re: oAuth reporting a status update error when none exists

2010-11-30 Thread Matt Harris
Hi, So the 403 duplicate status means the message you are sending is the same as the last message in the users timeline. When you say the post is posting correctly, how are you validating that this has happened? Also, can you show an example request that you are making, for example:

Re: [twitter-dev] Re: randomly 401 error

2010-11-30 Thread Matt Harris
...@gmail.com wrote: hello, Matt After removing the symbol and parameter realm, the frequency of 401 is lower. But it becomes the problem as I attach below http://9.share.photo.xuite.net/u9011022/19d319b/4424859/170775808_x.jpg On 11月25日, 上午2時32分, Matt Harris thematthar

Re: [twitter-dev] delimited (streaming API) now default?

2010-11-29 Thread Matt Harris
Hey, I haven't been able to reproduce this using my Streaming API library. When delimited=length is sent as a parameter we will include the number of bytes (in decimal) for the object being sent. What I did notice is that 0x6EF = 1775 and 0x710 = 1808 -- in both cases the Hex values are 6 bytes

Re: [twitter-dev] Re: include_entities option for search API

2010-11-29 Thread Matt Harris
Thanks for the suggestion. Entities in Search has been added to our Enhancement requests list. You can add your vote for this feature by staring it. http://code.google.com/p/twitter-api/issues/detail?id=1967 We do not have a timeline for when this feature could be added so I recommend you

Re: [twitter-dev] collecting tweet message ids

2010-11-29 Thread Matt Harris
Hi Rajinder. The user_timeline returns upto 200 statuses per page starting with the most recent. To retrieve a complete page of 200 you will want to make a request similar to: http://api.twitter.com/1/statuses/user_timeline.json?count=200\include_rts=1 This request will return upto the most

Re: [twitter-dev] Error creating tweets by API

2010-11-29 Thread Matt Harris
Hi Luis, So we can help you can you post the API request and response body. It maybe you have something wrong with your character encoding. I'm looking for information such including your OAuth Basestring and POST parameters. Best @themattharris Developer Advocate, Twitter

Re: [twitter-dev] Re: lang=en queries to search API not working

2010-11-29 Thread Matt Harris
Thanks for the all the information you have collected. The team is investigating this issue and we'll let you know as soon as they have some news. Thanks for bearing with us, @themattharris Developer Advocate, Twitter http://twitter.com/themattharris On Mon, Nov 29, 2010 at 1:56 PM, Naveen

Re: [twitter-dev] collecting tweet message ids

2010-11-29 Thread Matt Harris
/themattharris On Mon, Nov 29, 2010 at 10:42 AM, Rajinder Yadav devguy...@gmail.comwrote: On Mon, Nov 29, 2010 at 12:27 PM, Matt Harris thematthar...@twitter.com wrote: Hi Rajinder. The user_timeline returns upto 200 statuses per page starting with the most recent. To retrieve a complete

Re: [twitter-dev] Trends data not updating for woeid = 4118 (Toronto) since Nov 22

2010-11-29 Thread Matt Harris
Hi Ian, Thanks for letting us know about this. The team found an issue in the code and have been working on a fix. You should see the trends updated over the next few hours (if they aren't already). Best, @themattharris Developer Advocate, Twitter http://twitter.com/themattharris On Fri, Nov

Re: [twitter-dev] Re: Authenticating with $_SESSION['oauth']['oauth_token'] and $_SESSION['oauth']['oauth_token_secret'] returns Request token must be exchanged for an access token before use

2010-11-29 Thread Matt Harris
...@gmail.com wrote: Hi guys. I'm trying to authenticate with the tmhOAuth PHP class by Matt Harris. I'm using $_SESSION['oauth']['oauth_token'] as 'user_token' and $_SESSION['oauth']['oauth_token_secret'] as 'user_secret'. But when I try to verify_credentials it returns the error

Re: [twitter-dev] Re: randomly 401 error

2010-11-24 Thread Matt Harris
/themattharris 2010/11/23 Alvin Wang alvin0...@gmail.com hello Matt, here is the image when 401 occurs. http://dl.dropbox.com/u/162763/1.png On 11月23日, 下午2時17分, Matt Harris thematthar...@twitter.com wrote: Hey Alvin, So the community and developers can help you we'll need to know a little

Re: [twitter-dev] Not able to get request token

2010-11-24 Thread Matt Harris
HI Rajat, Double check the time on your machine is in sync with the Twitter servers (GMT). If the timestamp is too far from Twitter's server time OAuth will not work. Also, check the body content of the 403 response. It often contains information that can help diagnose connection problems. Best

[twitter-dev] Snowflake, it's almost 9007199254740992 time.

2010-11-23 Thread Matt Harris
Hey everyone, You may remember a few weeks ago we launched Snowflake having encouraged you all to check your code to make sure you were able to handle the larger numbers it will generate. For those of you whose code couldn't handle the longer numbers we created String versions of the IDs in our

Re: [twitter-dev] Re: Finding total results from users/search method

2010-11-23 Thread Matt Harris
on keyword which was getting searched so it may have full 20 pages result or may have just 1 page result. So is there any way to identify how many pages are there apart from this? On Nov 23, 12:55 am, Matt Harris thematthar...@twitter.com wrote: Just realised you were referring to users/search. Like

Re: [twitter-dev] How to fetch all followers of a random user of twitter?

2010-11-23 Thread Matt Harris
You can get the list of all followers using the API request: https://api.twitter.com/1/followers/ids.json?cursor=-1 That request will return up to 5000 follower IDs in one request. You can then look up details of those users using the /1/users/lookup method. More information on these methods

Re: [twitter-dev] Twitpic comments in description

2010-11-22 Thread Matt Harris
Hi Karolis, Twitpic is a third party service which isn't supported by Twitter. For help with Twitpic you will need to contact them through their developer site. Their FAQ can be found here: http://twitpic.com/faq.do Best, @themattharris Developer Advocate, Twitter

Re: [twitter-dev] Post status with in_reply_to_status_id via javascript api

2010-11-22 Thread Matt Harris
Hi Chris, The JS-API is considered part of the Internals of @anywhere and isn't supported by Twitter. You are free to experiment with it but please be aware that features and functionality may change or be removed without notice. With regards to what you are trying to achieve, the TweetBox

Re: [twitter-dev] 401 Unathorised error on Update

2010-11-22 Thread Matt Harris
Hi Marius, In your basestring you have the parameter oauth_verifier. The oauth_verifier is only used in the final part of the OAuth key exchange flow. If you remove the oauth_verifier from your POST status update request you should be ok. Best, @themattharris Developer Advocate, Twitter

Re: [twitter-dev] Finding total results from users/search method

2010-11-22 Thread Matt Harris
Hi computerzworld, This information is not available through the API. The following information might be helpful with paginating the Search results though. The Search API will return roughly 1500 results total, separated into pages of size 'rpp' (results per page). The maximum rpp is 100, and

Re: [twitter-dev] Finding total results from users/search method

2010-11-22 Thread Matt Harris
on twitter.com. In that interface we just provide a 'more' button when keeps being displayed until the results returned are not equal to the per_page requested. Best @themattharris Developer Advocate, Twitter http://twitter.com/themattharris On Mon, Nov 22, 2010 at 11:48 AM, Matt Harris thematthar

Re: [twitter-dev] statuses/filter streaming api vs Gnip announcement

2010-11-22 Thread Matt Harris
Hi Colin, I've answered your questions inline: * does the usage of the statuses/filter method on the streaming api impacted by the Gnip announcement? Quoting Ryan Sarver. Our default levels like Spritzer, Follow and Track will not be changing, and will remain free and available directly from

Re: [twitter-dev] Getting more then 20 mentions

2010-11-22 Thread Matt Harris
Hi Ran, The mentions timeline method is described in detail here: http://dev.twitter.com/doc/get/statuses/mentions In it we describe the count parameter which you can use to retrieve up to the most recent 200 mentions in one request. To obtain more you need to use the page parameter to move

Re: [twitter-dev] Re: historic trend data 10 days old

2010-11-22 Thread Matt Harris
Hey James, Also remember you can get the last 3-4 weeks of trend data (broken into days) by making a request to: http://api.twitter.com/1/trends/weekly.json?date=START_DATE e.g. today you can go back as far as: http://api.twitter.com/1/trends/weekly.json?date=2010-10-24 As with most of

<    1   2   3   4   5   6   7   >