Re: [twitter-dev] Re: rate limiting due to invalid oauth credentials

2011-08-10 Thread Matt Harris
Hey Mike, Sorry to hear you were having problems there. If the credentials were being rejected we would have returned an X-Warning header in the response letting you know. There is more information about this in our rate limiting documentation: https://dev.twitter.com/docs/rate-limiting#rest

Re: [twitter-dev] twitter libraries

2011-07-12 Thread Matt Harris
Hi Ozgur, Our list of libraries is curated from those provided to us by developers but we haven't had any OAuth compatible ASP libraries recommended to us yet. If you know of any ASP libraries let me know so we can check them out. Best, @themattharris

Re: [twitter-dev] Re: Changed to authorizeURL; get the proper permission, but now get 401, 401 after one call

2011-07-07 Thread Matt Harris
Hey oosswwaalldd, The code you pasted above is the example auth.php file which shows how to do each form of OAuth with the Twitter API. The method it uses when performing the OAuth flow depends on which option you choose from the page. If you use any of the Sign in with Twitter links you won't be

Re: [twitter-dev] lists.json API call ignoring the callback parameter as of the last few hours

2011-07-06 Thread Matt Harris
Hey Tim, This should now be fixed. Let us know if you find it isn't. Best, @themattharris https://twitter.com/intent/follow?screen_name=themattharris Twitter On Tue, Jul 5, 2011 at 12:59 PM, Taylor Singletary taylorsinglet...@twitter.com wrote: Hi Harshad, We hope to have a fix for this

[twitter-dev] New permission level enforcement happens this Thursday (30th June)

2011-06-28 Thread Matt Harris
Hey everyone, Just a quick reminder that we'll be enforcing the new permission level this Thursday, 30th June. When we enforce the new permission level Read (R) and Read Write (RW) access tokens will be unable to use the following API methods: /1/direct_messages.{format}

Re: [twitter-dev] Pixelated Avatar and Twitter Logo

2011-06-28 Thread Matt Harris
Hi Robert, You website stylesheet includes this rule: #home_main_right img { width: 150px; height: 150px; } This rule is telling the webpage to render the img's at the 150x150 resolution and is the reason for the images in the widgets being pixelated. To resolve the issue you should

Re: [twitter-dev] Can't Get OAuth To Work On My Site

2011-06-24 Thread Matt Harris
Hi David, Can you explain a little more about your setup and what you mean when you say it isn't working. For example: * What language are you using? * Are you using a library? * How far in the process does the OAuth flow get? * Are you seeing any error messages in your code or logs? If you can

Re: [twitter-dev] Search API for getting tweet counts by date?

2011-06-24 Thread Matt Harris
Hi, The Search API only keeps it's index for about a week so searches older than that are not possible. To perform analysis of Tweets like you ask you will can monitor them as they happen through the Streaming API. Alternatively some third party services maybe able to offer this information.

Re: SOLVED Re: [twitter-dev] Needs object from desktop application ?

2011-06-24 Thread Matt Harris
development, please help me again when I might come across other troubles ahead. Sincely, Ari Endo Matt Harris wrote (2011/06/24 9:21): Hi Ari, I'm not familiar with VBA enough to comment on the code, but if you could provide an example of the basestring created, authorization header

Re: [twitter-dev] Tweets not appearing properly from our app.

2011-06-24 Thread Matt Harris
Hi, It sounds like you are seeing the effects of our caches updating. This can sometimes happen but shouldn't be as apparent. Are you request xml, json or both when you are performing these checks. I'm not familiar with the platform your application is working on but if the short caching

Re: [twitter-dev] How to autologin to twitter by providing the username and password using API?

2011-06-24 Thread Matt Harris
Hi Karthikeyan, In our Terms of Service ( http://dev.twitter.com/pages/api_terms ) we say that a Service should not replicate, frame, or mirror the Twitter website or its design. In addition, automating the login to twitter.com isn't something you should be doing or are allowed to do. Instead

Re: [twitter-dev] all xauth access token revoke after oauth

2011-06-24 Thread Matt Harris
Hi Shinichi, I don't quite follow your question but I think the following information is close to what you are asking about. When you take a user through the OAuth flow we do one of three things. 1. If the user has not authorized your application before a token at the requested permission level

Re: [twitter-dev] Poor documentation. For example, regarding lists. Suggestions for improvement.

2011-06-24 Thread Matt Harris
. It will prevent much of the What URL to call? queries. --Regards, Denzil On Fri, Jun 24, 2011 at 4:55 AM, Matt Harris thematthar...@twitter.comwrote: Hi Dave, Thanks for your feedback, it's important for us to know when developers are not finding the information they are looking for. I have

Re: [twitter-dev] User suggestions and User Suggestions Twitter

2011-06-24 Thread Matt Harris
Hi Denzil, The suggested user methods return a list of @names which we think users interested in a topic may be interested in following. As the name implies, these are just suggestions. Example calls for both: http://api.twitter.com/1/users/suggestions.json Returns all of the suggested user

Re: [twitter-dev] Twitter widgets not using entities to present t.co links

2011-06-24 Thread Matt Harris
Great, thanks Tim. @themattharris https://twitter.com/intent/follow?screen_name=themattharris Developer Advocate, Twitter On Fri, Jun 24, 2011 at 3:08 AM, Tim Meadowcroft meer...@gmail.com wrote: Thanks Matt, filed as a feature request rather than a defect

Re: [twitter-dev] OAuth error

2011-06-24 Thread Matt Harris
the CentOS, PHP 5.2.17 machine. What might be the reason behind this behavior and how can I fix it? On Thu, Jun 23, 2011 at 6:06 PM, Matt Harris thematthar...@twitter.comwrote: Hi, A 400 error indicates something in the request you are making is malformed. Are you using a library to make

Re: [twitter-dev] Search Api limit

2011-06-24 Thread Matt Harris
Hi Alessandro, We've produced a small guide on using search that explains the search rate limits a little more. You can find the page here: https://dev.twitter.com/pages/using_search In it we say: The Rate Limits for the Search API are not the same as for the REST API. When using the

Re: [twitter-dev] Get Twitter Statuses based on a timestamp

2011-06-24 Thread Matt Harris
Hi Shashank, The Twitter REST API doesn't allow you to restrict the date returned by date or time but we do allow you to provide a since_id and max_id. If you know the ID of a Tweet that happened after the maximum timestamp you are interested in you could pass it as max_id. Alternatively, if you

Re: [twitter-dev] To Get Twitter Follower list

2011-06-24 Thread Matt Harris
Hi Abhishek, It looks like you are using a particular library to make requests. I'm not familiar with which library it is or how it works. From the Twitter API point of view the request the library should be making is the followers/ids method. This is documented on our developer resources site:

Re: [twitter-dev] Re: Update status d returns success response but doesn't show up on web

2011-06-24 Thread Matt Harris
Hi, This is expected behavior and is caused by the SMS commands. You can find a complete list of the commands and their aliases on our help site: https://support.twitter.com/entries/14020-official-twitter-text-commands Best, @themattharris

Re: [twitter-dev] Re: error 401 from oauth, starting a few days ago

2011-06-24 Thread Matt Harris
Thanks. I was asking about the code as Taylor made a few suggestions about issues with your code. I was wondering if you had implemented them yet. In particular have you updated your URLs to use the correct domain with the /1 included. For example:

Re: [twitter-dev] Twitter Search API - completeness

2011-06-24 Thread Matt Harris
Thanks for highlighting this typo. I've updated that page so it should be correct now. Best, @themattharris https://twitter.com/intent/follow?screen_name=themattharris Developer Advocate, Twitter On Fri, Jun 24, 2011 at 10:58 AM, Kstolen Kstolen kstole...@gmail.comwrote: The Twitter Search

Re: [twitter-dev] Can't Get OAuth To Work On My Site

2011-06-24 Thread Matt Harris
you the file I use for my Twitter Oauth? Thanks. On Fri, Jun 24, 2011 at 12:31 PM, Matt Harris thematthar...@twitter.comwrote: Hi David, Can you explain a little more about your setup and what you mean when you say it isn't working. For example: * What language are you using? * Are you

Re: [twitter-dev] Deleting Extra Callback URLs

2011-06-24 Thread Matt Harris
We've had reports of this in the past but haven't been able to track down the exact cause. Could you send me the application ID which is exhibiting this problem so I can give the engineers an active example. Best, @themattharris https://twitter.com/intent/follow?screen_name=themattharris

Re: [twitter-dev] how home time line in TWITTER works?

2011-06-23 Thread Matt Harris
Hi Grace, Be default the API returns the most recent Tweets/ReTweets created by users being followed by the authenticating user. When you pass a since_id to the home_timeline method this means the API will return to you the 20 most recent Tweets created since that ID. What this means is you

Re: [twitter-dev] Search widgets on both my sites suddenly stopped working

2011-06-23 Thread Matt Harris
Hi Zippy, The search index is limited in how far back it can go. What this means is if the hashtag you are searching for hasn't been used in the last week there won't be any results returned. In addition, not all Tweets are indexed by the Search API. This is explained a little more in our user

Re: [twitter-dev] How to autologin to twitter by providing the username and password using API?

2011-06-23 Thread Matt Harris
Hi Karthikeyan, The Twitter API doesn't provide a way for an application to log a user into Twitter.com. What information are you wanting to provide to the users of your application? Best, @themattharris https://twitter.com/intent/follow?screen_name=themattharris Developer Advocate, Twitter

Re: [twitter-dev] Re: error 401 from oauth, starting a few days ago

2011-06-23 Thread Matt Harris
Hi Arlo, When an error is returned by the API we include some information about the cause in the response body. Take a look at that response body and see if that helps you resolve the problem. If not, let us know what the error says and what your OAuth basestring and authorization

Re: [twitter-dev] Post small text link to twitter from my site

2011-06-23 Thread Matt Harris
Hi Santanu, The example code you have posted below makes use of basic authentication (username and password). The Twitter API hasn't support this method of authentication for a while and instead requires developers to implement OAuth. We have some guidance about how to make this transition on

Re: [twitter-dev] Getting 401 errors trying to send direct message

2011-06-23 Thread Matt Harris
Hi Chris, On our developer resources page you can find some libraires which handle this process for you. You may find these a helpful reference to see how others have implemented the OAuth specification. The libraries are at this link: http://dev.twitter.com/pages/libraries The 401 error

Re: [twitter-dev] Getting All Child Tweets From Paren Tweets.

2011-06-23 Thread Matt Harris
Hi Samyag, Replies are not the easiest things to get out of Twitter and there isn't an API method that will reliably do this for you. What you can do is follow the in_reply_to_status_id chain using the /1/statuses/show API request. This will allow you to trace a child Tweet back to it's

Re: [twitter-dev] trending topics order

2011-06-23 Thread Matt Harris
Hi, Yes, trending topic responses are returned in the order of most trending to least trending. In the example you give Guille Franco is trending more than Vuvuzela. Best, @themattharris https://twitter.com/intent/follow?screen_name=themattharris Developer Advocate, Twitter On Fri, Jun 17,

Re: [twitter-dev] how to add twitter login functionality to my site

2011-06-23 Thread Matt Harris
Hi Sheraz, When you say you wish to add a Twitter login to your site do you mean you want users to be able to sign into your site with their Twitter identity, or that you want to be able to log them into Twitter.com? If you want users to be able to sign-in into your website with their Twitter

Re: [twitter-dev] Re: ABUIKit / TwUI ?

2011-06-23 Thread Matt Harris
Thanks for your interest in the library. We hope to have information about it released soon. As soon as we do we'll let you know through the mailing list and through @twitterapi. Best @themattharris https://twitter.com/intent/follow?screen_name=themattharris Developer Advocate, Twitter On Sun,

Re: [twitter-dev] Login to twitter using the oauth

2011-06-23 Thread Matt Harris
Hi Karthi. The Twitter API doesn't provide a way for an application to log a user into Twitter.com. Best, @themattharris https://twitter.com/intent/follow?screen_name=themattharris Developer Advocate, Twitter On Sun, Jun 19, 2011 at 11:40 PM, karthi karthivis...@gmail.com wrote: hi i have

Re: [twitter-dev] Follower count stuck...no one can follow me

2011-06-23 Thread Matt Harris
Hi Jeff, When I visited the account page for @NYNYfans I was able to follow the account successfully. Is there an error returned when you try and follow the accounts? Best, @themattharris https://twitter.com/intent/follow?screen_name=themattharris Developer Advocate, Twitter On Sun, Jun 19,

Re: [twitter-dev] OAuth error

2011-06-23 Thread Matt Harris
Hi, A 400 error indicates something in the request you are making is malformed. Are you using a library to make requests or did you create your own wrapper? If you created your own library for making requests you may instead want to try one of the libraries listed on our developer resources

Re: [twitter-dev] How many REST calls do you save with the streaming API?

2011-06-23 Thread Matt Harris
Fabien, Thanks for sharing this insight into how much the Streaming API is helping reduce the API calls you are making. It would be really interesting to hear the difference other developers are seeing. Best, @themattharris https://twitter.com/intent/follow?screen_name=themattharris Developer

Re: [twitter-dev] Placing follow us and tweet buttons together just impossible

2011-06-23 Thread Matt Harris
Hi Fernando, You can instruct the follow button to hide the screen_name by passing the parameter show_screen_name as false. When using data attributes this would be written as data-show-screen-name=false. Remember that the user’s screen_name must always be displayed next to the Follow Button

Re: [twitter-dev] geo_place writeable container for Indonesia

2011-06-23 Thread Matt Harris
Hi Aldian, We don't have a timeline for any additional place regions. As with language support, if any additional countries/regions are added to our place database we will announce it on the Twitter Blog or through @twitterapi and this list. Best @themattharris

Re: [twitter-dev] inconsistent data when fetching the stream using location boxes

2011-06-23 Thread Matt Harris
Hey Thomas, Thanks for providing the examples. I'm a little confused about the latitude and longitude you have provided in your example Tweets. When I query those Tweets through the API I receive geo information which matches your Streaming API filter. Where are you reading the latitude and

Re: [twitter-dev] How long can we access a past profile picture?

2011-06-23 Thread Matt Harris
Hi yama, Older profile images maybe available for a short period of time after they are changed. This is due to caching and you shouldn't assume they will be there permanently. In answer to your other question, yes you should use the URL provided in the user object of the API responses. The

Re: [twitter-dev] Problem With User/lookup API

2011-06-23 Thread Matt Harris
Hi Kamesh, The users/lookup method isn't the best way to check for a following relationship. Instead you can either request your friends/ids and see if their user_id is included, or call /1/friendships/show.json: http://dev.twitter.com/doc/get/friendships/show Hope that helps, @themattharris

Re: [twitter-dev] Re: Twitter Authenticate displays Authorize screen and on reload it Authenticates and continues to callback

2011-06-23 Thread Matt Harris
Hey, The authenticate flow will display a login screen in a number of situations: * if the user isn't logged into twitter.com * if the user hasn't allowed the application access to their account before * if you pass the force_login or screen_name parameter to the authenticate endpoint * if the

Re: [twitter-dev] 500 errors from the search api on specific queries, related to geocode parameter.

2011-06-23 Thread Matt Harris
Hi Eric, Thanks for the update. I've passed this information onto the relevant team here. So we can keep track of this could you file a ticket on our public issue tracker: http://code.google.com/p/twitter-api/issues/list Thanks @themattharris

Re: [twitter-dev] Re: Error 403 while getFollowers : Twitter Iphone MGTwitterEngine

2011-06-23 Thread Matt Harris
Hi Echo, We haven't announced an end of life date for these methods but we wanted to mark them as deprecated so help developers know they are not suitable anymore. We recommend moving to the friends/ids, followers/ids and users/lookup pattern at your next opportunity though. Best,

Re: [twitter-dev] OAuth

2011-06-23 Thread Matt Harris
Hi Reet, Our developer resources site includes guidance and examples on how to use OAuth with the Twitter API. You can find more information on the following pages... Authentication: http://dev.twitter.com/pages/auth Libraries: https://dev.twitter.com/pages/libraries Using One Access

Re: [twitter-dev] Stream API Issues

2011-06-23 Thread Matt Harris
Hi Paul, I'm not able to reproduce this issue. I'm making my request like this: twurl -t /1/statuses/filter.json -d track=Boston,hockey,Obama -H ' stream.twitter.com' --no-ssl I would recommend not using terms like 'the, and, or' in your filter though. Those words are extremely common and

Re: [twitter-dev] Poor documentation. For example, regarding lists. Suggestions for improvement.

2011-06-23 Thread Matt Harris
Hi Dave, Thanks for your feedback, it's important for us to know when developers are not finding the information they are looking for. I have responded to your specific points inline: Issue #1: Valid version numbers I was unable to locate valid values for version. I tried 1.1.14, which I

Re: [twitter-dev] Re: A few updates about the permission model change

2011-06-23 Thread Matt Harris
. However, both the X-Access-Level header and the oauth/authorize page list that we don't have DM access (and for the former, on accounts for which we've re-authorized). Aaron On Jun 13, 7:56 pm, Matt Harris thematthar...@twitter.com wrote: Hey everyone, A number of updates were made

Re: [twitter-dev] http://groups.google.com/group/twitter-development-talk

2011-06-23 Thread Matt Harris
Hi dalvir, The REST API lives on the domain api.twitter.com not twitter.com. The request you are making should be made to: http://api.twitter.com/1/statuses/user_timeline.json To understand the reason for the error you will need to inspect the response that comes back from the API. We put

Re: [twitter-dev] Re: Introducing the Follow Button

2011-06-23 Thread Matt Harris
Hi David, Glad to hear this is working for you now. For the benefit of everyone else this issue was identified and resolved in the last few days. Best, @themattharris https://twitter.com/intent/follow?screen_name=themattharris Developer Advocate, Twitter On Thu, Jun 23, 2011 at 9:07 AM, David

Re: [twitter-dev] trying to add...

2011-06-23 Thread Matt Harris
Hi Mirella, Can you let us know a little bit more about the way you add the Tweet Button to your site. For example are you using a content management system or hosted service? Best, @themattharris On Jun 23, 2011, at 10:20, mire...@fortheloveofcakes.ca mire...@fortheloveofcakes.ca wrote: hi

Re: [twitter-dev] A few updates about the permission model change

2011-06-21 Thread Matt Harris
and everything. I am just getting tripped up on getting that value. Thanks for your help. Regards, Gene On Jun 13, 7:56 pm, Matt Harris thematthar...@twitter.com wrote: Hey everyone, A number of updates were made to the Direct Message methods and OAuth screens at the end of last week

Re: [twitter-dev] Re: Error with Web Intents Javascript Events

2011-06-15 Thread Matt Harris
wrote: Hi Matt, Thanks for your help with this. No JS errors or warnings. The button just does not fire any sort of event when we call it. Again it works just fine in IE8 and Firefox, sending data to Omniture. But unfortunately, nothing happens when clicked in IE7. On Jun 14, 9:27 pm, Matt

Re: [twitter-dev] data-lang defaults to English when it shouldn't

2011-06-14 Thread Matt Harris
Hi Marc, IPortuguese is a relatively new addition to the languages supported by Twitter so some features are not fully translated yet. The team is working on getting those translations added though. If you leave the data-lang as 'pt' your button will automatically receive the translations when

Re: [twitter-dev] Re: Twitter Button Torture!

2011-06-14 Thread Matt Harris
Can you tell us which browsers you are using and explain a little bit about what you mean when you say the button doesn't 'look right'? Best, @themattharris https://twitter.com/intent/follow?screen_name=themattharris Developer Advocate, Twitter On Tue, Jun 14, 2011 at 7:00 PM, 3 rexes

Re: [twitter-dev] Re: Twitter Button Torture!

2011-06-14 Thread Matt Harris
Hey Tara, Nothing changed our side so it sounds like your browser was the cause. Either way, glad you got it working. Best, @themattharris https://twitter.com/intent/follow?screen_name=themattharris Developer Advocate, Twitter On Tue, Jun 14, 2011 at 9:38 PM, 3 rexes t...@threerexes.com

[twitter-dev] A few updates about the permission model change

2011-06-13 Thread Matt Harris
Hey everyone, A number of updates were made to the Direct Message methods and OAuth screens at the end of last week. Here's what went out: * force_login is now supported on https://api.twitter.com/oauth/authorize * the OAuth screens now support a feature phone tier of handsets and render them in

Re: [twitter-dev] assets2.twitter.com seems to be down

2011-06-11 Thread Matt Harris
Hi, What file/resource are you trying to load from that domain? Best, @themattharris On Jun 11, 2011, at 9:23, kp pki...@gmail.com wrote: http://assets2.twitter.com seems to be down. Is this a transient issue or permanent change? If it is a transient issue, is there an ETA for the fix?

Re: [twitter-dev] Current OAuth DM 'bug/hole' being reported? Any official response?

2011-06-10 Thread Matt Harris
Hi kosso, Thanks for asking this question. If you go through the OAuth flow now you will notice that we have updated the text to better clarify what information applications will or will not have access to during this permission model transition period. We've also released the other requested

Re: [twitter-dev] Re: Streaming API, Following just a couple of people

2011-06-09 Thread Matt Harris
using python. On Jun 7, 9:26 am, Ray Slakinski ray.slakin...@gmail.com wrote: I should add the account I'm using to follow my account and my co- workers is not the same one as either of these 2. Its completely separate. On Jun 6, 12:46 pm, Matt Harris mhar...@twitter.com wrote: Hi

Re: [twitter-dev] Re: Support for oauth_bridge_code via this endpoint is deprecated

2011-06-09 Thread Matt Harris
Hey everyone, Along with the JSAPI the oauth_bridge_code was one of the unsupported components of @anywhere. It was originally made available during the Social App Workshop July last year but wasn't released as a supported or production ready system. We caution against using unsupported

Re: [twitter-dev] rate limiting on users profile image

2011-06-08 Thread Matt Harris
Hey, This endpoint has always been rate limited so this is an error in the docs. We have some updates to the docs coming out soon which will correct that. Best, @themattharris https://twitter.com/intent/follow?screen_name=themattharris Developer Advocate, Twitter On Wed, Jun 8, 2011 at 10:56

Re: [twitter-dev] exception 403 on status update

2011-06-08 Thread Matt Harris
Hi Gang, Whenever we return an error we include a reason in the response body telling you why. We recommend you always inspect the response body, and headers, to learn more about the cause of the error. The most common reasons for a 403 are: * The tweet is a duplicate. * The tweet is over 140

Re: [twitter-dev] rate limiting on users profile image

2011-06-08 Thread Matt Harris
, Matt Harris thematthar...@twitter.comwrote: Hey, This endpoint has always been rate limited so this is an error in the docs. We have some updates to the docs coming out soon which will correct that. Best, @themattharrishttps://twitter.com/intent/follow?screen_name=themattharris Developer

Re: [twitter-dev] Streaming API, Following just a couple of people

2011-06-06 Thread Matt Harris
Hi Ray, There isn't a buffer that has to be filled before the Streaming API delivers tweets. Only public tweets created after you open a connection will be delivered. Have the users you are following Tweeted since you connected, and are they public accounts (not protected)? On Jun 6, 2011,

Re: [twitter-dev] Debugging 401 unauthorized errors

2011-06-06 Thread Matt Harris
Hi Andy, The response body from API should contain a more descriptive message about the cause of the 401 error. Can you inspect the body of the API response and let us know what it says? @themattharris On Jun 4, 2011, at 19:20, Andy Hume andyh...@gmail.com wrote: Hi, I'm getting some

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

2011-06-06 Thread Matt Harris
Hi Yusuke, We are standardizing the phrasing to match the API requests so in this case the docs are correct. We have a fix to correct messages to 'direct' instead of 'private' on it's way. @themattharris On Jun 5, 2011, at 23:41, Yusuke Yamamoto yus...@mac.com wrote: Hi, The doc says,

Re: [twitter-dev] Re: t.co?

2011-06-06 Thread Matt Harris
You can learn about what t.co is and what it is used for by visiting http://t.co . That page has a summary description and links to a help article with more detailed information. Best, @themattharris On Jun 5, 2011, at 14:02, Tim Meadowcroft meer...@gmail.com wrote: The point of t.co, as

[twitter-dev] Please check the Twitter IPs your service is making requests to

2011-06-01 Thread Matt Harris
Hey everyone, We recently updated the IPs our DNS addresses resolve to. Usually this is a transparent change that requires no action from you but we've noticed a number of requests are going to the old IPs. This is most commonly caused by some code which resolves the IP of our DNS connection at

Re: [twitter-dev] tweet button zero count

2011-06-01 Thread Matt Harris
Hi John, Looking at your site the URL is shared correctly through the Tweet Button, and your URL resolves correctly. When I search for your URL though, even just the domain, I don't see any Tweets. Do you have an example of an account where that URL was Tweeted? Best, @themattharris Developer

Re: [twitter-dev] friend and followers sort order

2011-06-01 Thread Matt Harris
Hi Khandelwal, The friends and followers IDs methods return IDs with the most recent friend/follow first. Changes in the social graph aren't available as a request from the API, but there are a couple of alternatives. * Compare the friends/followers IDs at particular intervals. * If your

[twitter-dev] DM enforcement date has been extended to the end of June

2011-05-27 Thread Matt Harris
Hey everyone, We wanted to say a big thank you to the developers who have been sending us debug information, and details of steps to follow to reproduce device specific issues. An especially big thank you to those of you who have shared the changes you made to your applications on the mailing

[twitter-dev] TweetDeck joins Twitter

2011-05-25 Thread Matt Harris
Hey everyone, Today we announced on the Twitter Blog ( http://blog.twitter.com/2011/05/all-decked-out.html ) that the TweetDeck team has joined Twitter. When Tweetie became part of the Twitter family the user growth was huge, creating more opportunities for developers to build applications for

Re: [twitter-dev] force_login on authorize?

2011-05-25 Thread Matt Harris
Hi Sean, The support for the parameter on authorize isn't live just yet. It is coming though. Best, @themattharris Developer Advocate, Twitter http://twitter.com/themattharris On Wed, May 25, 2011 at 10:08 AM, Sean Heber s...@spiffytech.com wrote: I know there was some talk about adding

[twitter-dev] A new permission level

2011-05-18 Thread Matt Harris
Hey everyone, We recently updated our OAuth screens to give users greater transparency about the level of access applications have to their accounts. The valuable feedback Twitter users and developers have given us played a large part in that redesign and helped us identify where we can do more.

Re: [twitter-dev] embed a video player in the Details pane

2011-05-18 Thread Matt Harris
Hi BB, We're not accepting any new applications for the details pane at the moment. Should this change we will let everyone know. Best @themattharris Developer Advocate, Twitter http://twitter.com/themattharris On Wed, May 18, 2011 at 4:02 PM, BB thebar...@gmail.com wrote: Does anyone know

Re: [twitter-dev] Re: embed a video player in the Details pane

2011-05-18 Thread Matt Harris
much for the prompt reply. 2 follow ups though: Do you ever foresee this happening? And if so do you have an approximate time-frame? Or if you tell me would you have to kill me? :-) Thanks, BB On May 18, 4:54 pm, Matt Harris thematthar...@twitter.com wrote: Hi BB, We're

[twitter-dev] HTTPS profile and profile background image URLs are being added to user objects

2011-05-16 Thread Matt Harris
Hey everyone, Later this week we'll start to add two new fields to the user object responses from the Streaming and REST APIs (not Search). Due to caching, not all objects will have these fields immediately so you should check they are present in the response before using them. The two

Re: [twitter-dev] Re: what happen if auth token inside search api?

2011-05-11 Thread Matt Harris
Hi Jimmy, The Search API only indexes public Tweets so it doesn't know about Tweets from protected users. Best, @themattharris Developer Advocate, Twitter http://twitter.com/themattharris On Wed, May 11, 2011 at 8:29 AM, jimmy6 laise...@gmail.com wrote: If it is the case, how can i

Re: [twitter-dev] Auto Authorize Web App (OAuth)

2011-05-11 Thread Matt Harris
Hi David, The process you describe is supported by the Sign in with Twitter flow described here: http://dev.twitter.com/pages/sign_in_with_twitter Think about the permissions you are asking for though. You often don't need more than Read access for this flow as the writeable actions are

Re: [twitter-dev] Search with multiple terms

2011-05-11 Thread Matt Harris
Hi Adrian, Check out our guide on how to use the Search API: http://dev.twitter.com/pages/using_search It includes information about how to do this and other types of queries. Best, @themattharris Developer Advocate, Twitter http://twitter.com/themattharris On Wed, May 11, 2011 at 8:50

Re: [twitter-dev] What is the best way to find state information from place object when place_type is either poi or neighborhood ?

2011-05-11 Thread Matt Harris
Hey Priti, To get more information about a place all you need to do is make an API request to the URL in the place object. In your case this would be: http://api.twitter.com/1/geo/id/79c32440a890dad7.json Hope that helps, @themattharris Developer Advocate, Twitter

Re: [twitter-dev] Reducing rate-limited calls to friends/ids

2011-05-11 Thread Matt Harris
Hi Which method do you use currently to get the users follower list? The best method to use for this is 1/followers/ids which is documented here: http://dev.twitter.com/doc/get/followers/ids Best, @themattharris Developer Advocate, Twitter http://twitter.com/themattharris On Wed, May 11,

Re: [twitter-dev] Twitter Search Api Keyword Geocode Query concern ?

2011-05-10 Thread Matt Harris
Hi Harik, That is correct. Adding Geocode as a querystring parameter will AND it with the queried keywords. There is an updated description of how this works on our developer resources site: http://dev.twitter.com/doc/get/search and http://dev.twitter.com/pages/using_search Best,

Re: [twitter-dev] Re: Oauth authorize isn't working consistently

2011-05-09 Thread Matt Harris
Hi Ryan, We've tested across a range of feature and smart phones and haven't been able to reproduce this. Do you know which devices are experiencing the issue so we can investigate further? Best, @themattharris Developer Advocate, Twitter http://twitter.com/themattharris On Sun, May 8, 2011 at

Re: [twitter-dev] Getting since date or since_id is too old Error code 403 when trying to use search API with since_id

2011-05-09 Thread Matt Harris
Hi Abhi, The ID you are passing is 1304977102 which is really old. If you are not sure which since_id to use you should omit it from your query. The response from the API will then include the oldest since_id available. Remember the Search API only stores the last 7 days worth of Tweets.

Re: [twitter-dev] Getting since date or since_id is too old Error code 403 when trying to use search API with since_id

2011-05-09 Thread Matt Harris
for the twitter API? Cheers, Abhi On Mon, May 9, 2011 at 8:42 PM, Matt Harris thematthar...@twitter.comwrote: Hi Abhi, The ID you are passing is 1304977102 which is really old. If you are not sure which since_id to use you should omit it from your query. The response from the API

Re: [twitter-dev] Twitter for pages on Facebook Not Working

2011-05-02 Thread Matt Harris
Hi Jen, The Facebook Application isn't part of the Twitter APIs so we're not able to help you specifically here. Our user support team should be able to help you though. You can contact them through: http://bit.ly/gottaproblem Best, @themattharris Developer Advocate, Twitter

Re: [twitter-dev] Five-Oh-Two Fest

2011-04-28 Thread Matt Harris
Hey Dewald, There is an issue filed on the public issue tracker for this but as reported in the ticket, this seems to work sometimes and not at others: http://code.google.com/p/twitter-api/issues/detail?id=2156 To help us track this down, an iIf you are happy to, can you paste some

[twitter-dev] Visual refresh of the OAuth screens

2011-04-28 Thread Matt Harris
Hey Developers, Some of you may have noticed already that earlier today we deployed a redesign of the OAuth screens. We know both you and your users have been asking for better clarity about what an application can see and do with an account and these screens are a step towards doing that. One

Re: [twitter-dev] Re: Visual refresh of the OAuth screens

2011-04-28 Thread Matt Harris
, 5:02 pm, Matt Harris thematthar...@twitter.com wrote: Hey Developers, Some of you may have noticed already that earlier today we deployed a redesign of the OAuth screens. We know both you and your users have been asking for better clarity about what an application can see and do

Re: [twitter-dev] Dev.twitter.com - your apps

2011-04-27 Thread Matt Harris
Hey Barry, Thanks for this. Sometimes when the system is seeing a lot of traffic there can be a delay in the new records being created and the cache getting update. It shouldn't be for a long time though - how long ago did you create the apps? Best, @themattharris Developer Advocate, Twitter

Re: [twitter-dev] Re: error 401 failed oauth_signature and token / javascript - qml

2011-04-20 Thread Matt Harris
and it appears to be ok. maybe it's about base64 thing. I've also seen that when i checked request_token with that tool :http://oauth.googlecode.com/svn/code/javascript/example/requestToken Request_token succees on https but fails on http. On 18 avr, 21:14, Matt Harris thematthar...@twitter.com

Re: [twitter-dev] Re: 401 Unauthorized Responses to requests signed with whitelisted account

2011-04-19 Thread Matt Harris
in the response change back and forth somewhat sporadically... Thank you again for any help you can provide - in general we are very pleased with the API and we certainly appreciate your support! Best, Chris On Apr 18, 3:44 pm, Matt Harris thematthar...@twitter.com wrote: Hi

Re: [twitter-dev] The remote server returned an error: (401) Unauthorized.

2011-04-19 Thread Matt Harris
Hi Nathan, So we can help diagnose the problem could you inspect the response body that comes back from your request to the API. It contains an explanation of why the 401 is being returned and let's us know how to proceed. Best @themattharris On Apr 19, 2011, at 11:17, The World Connection

Re: [twitter-dev] Re: error 401 failed oauth_signature and token / javascript - qml

2011-04-18 Thread Matt Harris
Hi, Looking at your code this line: request_maker.open(POST, https://api.twitter.com/oauth;); makes it look like you are making a request to: https://api.twitter.com/oauth Double check you are sending the user to the correct endpoint. At this point of your flow I think you mean to make a

Re: [twitter-dev] 401 Unauthorized Responses to requests signed with whitelisted account

2011-04-18 Thread Matt Harris
Hi Christopher, Could you attempt to get the response body for the request either by repeating the request or enhancing your logs. The reason for the 401 is communicated in the response body and knowing that will help explain what is going on. Best, @themattharris Developer Advocate, Twitter

Re: [twitter-dev] Tweet Button Display Issue

2011-04-11 Thread Matt Harris
Hey Sam, Can you share the HTML you are using to markup the Tweet Button so we can see what the issue could be. Thanks, @themattharris Developer Advocate, Twitter http://twitter.com/themattharris On Mon, Apr 11, 2011 at 3:37 AM, Sam Hughes samvhug...@googlemail.comwrote: Hey guys, I am

  1   2   3   4   5   6   7   >