Re: [twitter-dev] Encrypt access key, secret, or both?

2010-06-02 Thread Matt Harris
an access token and get a key and secret back from Twitter. For storage, is it necessary to encrypt both of those, or simply the secret? Thanks +Clint -- Matt Harris Developer Advocate, Twitter http://twitter.com/themattharris

Re: [twitter-dev] Re: Suggested method for getting GEO results

2010-06-02 Thread Matt Harris
of results for within our GEO coordinates. ELB -- Matt Harris Developer Advocate, Twitter http://twitter.com/themattharris

Re: [twitter-dev] Favorites/:id/create.json returns not found

2010-06-09 Thread Matt Harris
Hi Jim, We've noticed quite a few errors have crept into the dev.twitter documentation during the transfer from the apiwiki. We're making our way through these and hope to have them all transferred and fixed in the next week or so. Thanks for bearing with us. Matt Harris Developer Advocate

Re: [twitter-dev] Re: Lists Social Graph

2010-06-09 Thread Matt Harris
this M -- Matt Harris Developer Advocate, Twitter http://twitter.com/themattharris

Re: [twitter-dev] Re: Entities not working?

2010-06-10 Thread Matt Harris
-get_statusesHome_timeline(array(count = $numTweets , include_entities = true)); -- Matt Harris Developer Advocate, Twitter http://twitter.com/themattharris

Re: [twitter-dev] Re: Deleted status still in JSON, not in XML

2010-06-10 Thread Matt Harris
-- Matt Harris Developer Advocate, Twitter http://twitter.com/themattharris

Re: [twitter-dev] OAuth statuses/followers

2010-06-11 Thread Matt Harris
/followers', array('cursor' = $cursor)); $totaal = count($followers); ? But that seems not to get working. And without the cursor idea, I get only the first 100 followers. Is there a easy solution for this? -- Matt Harris Developer Advocate, Twitter http://twitter.com/themattharris

Re: [twitter-dev] Geo-caching Without Lat/Long

2010-06-11 Thread Matt Harris
. Thanks. -- Matt Harris Developer Advocate, Twitter http://twitter.com/themattharris

Re: [twitter-dev] Re: Geo-caching Without Lat/Long

2010-06-11 Thread Matt Harris
Hi Bryan The geo/reverse_geocode method only supports json so make sure you are using that and not XML. Also, the method doesn't require authorisation so there is no need to send the oauth tokens. Hope that helps, Matt Harris Developer Advocate, Twitter http://twitter.com/themattharris

Re: [twitter-dev] [HELP!!!] Autologin using PHP + Oauth API

2010-06-11 Thread Matt Harris
We don't provide a way to log a user into twitter.com through the API but you can, through OAuth, request permission to interact with a users account or perform actions on their behalf. What is it you need to log the user into Twitter for? Matt Harris Developer Advocate, Twitter http

Re: [twitter-dev] Web Application talking to twitter API

2010-06-12 Thread Matt Harris
to access my twitter account's private List of people I am following ? http://apiwiki.twitter.com/Twitter-REST-API-Method%3A-oauth-access_token-for-xAuth Appreciate any feedback for a newcomer with Twitter. Vijay -- Matt Harris Developer Advocate, Twitter http://twitter.com/themattharris

Re: [twitter-dev] Retrieving older tweets from less-active accounts

2010-06-14 Thread Matt Harris
Hi Josh, Search only includes Tweets for the last ~7 days. If you wish to retrieve tweets older than this for the user you could use the user_timeline method of the API or for a simpler dataset look at their RSS. Hope that helps, Matt Harris Developer Advocate, Twitter http

Re: [twitter-dev] I'm sure you guys know this, but ...

2010-06-15 Thread Matt Harris
I agree its not entirely clear but the fully recovered is in reference to the issues handled overnight. We're still working on the fixes for the counts being off. Thanks for bearing with us. Matt Harris Developer Advocate, Twitter http://twitter.com/themattharris On Jun 15, 2010, at 6:34

Re: [twitter-dev] Rate limits, bad gateway, etc.

2010-06-16 Thread Matt Harris
and they don't seem to be reducing the incidence of Over capacity errors. -- Matt Harris Developer Advocate, Twitter http://twitter.com/themattharris

Re: [twitter-dev] Trouble generating OAuth signature

2010-06-16 Thread Matt Harris
the signature assembly ? Thanks in advance! Felipe -- Matt Harris Developer Advocate, Twitter http://twitter.com/themattharris

Re: [twitter-dev] Re: xAuth - favorites/create - bug - 401 error

2010-06-16 Thread Matt Harris
request using Basic Authentication, It will work fine. I either getting - You have already favorited this status. - Favorites added -- Matt Harris Developer Advocate, Twitter http://twitter.com/themattharris

Re: [twitter-dev] Attaching additional information

2010-06-18 Thread Matt Harris
directly rather than through a link? -- Matt Harris Developer Advocate, Twitter http://twitter.com/themattharris

Re: [twitter-dev] Hashtags in prepopulated status's when the user was not logged in

2010-06-22 Thread Matt Harris
of these hashtags. I am sure its because twitter has to save/pass through this status query string while you log in. Any one have suggestions? A hashtag is important to me in this situation. -- Matt Harris Developer Advocate, Twitter http://twitter.com/themattharris

Re: [twitter-dev] Re: trivial doubt

2010-06-22 Thread Matt Harris
: false, hashtags: true, timestamp: true, avatars: false, behavior: 'all' }}).render().setUser('andre').start(); /script -- Matt Harris Developer Advocate, Twitter http://twitter.com/themattharris

Re: [twitter-dev] can I install twurl into $HOME?

2010-06-23 Thread Matt Harris
trying to convert my curl shell scripts to twurl due to basic auth's impending demise. -- Matt Harris Developer Advocate, Twitter http://twitter.com/themattharris

Re: [twitter-dev] Re: Invalid signature - but it's fine

2010-06-23 Thread Matt Harris
or error-free as information could be intercepted, corrupted, lost, destroyed, arrive late or incomplete, or contain viruses. The sender therefore does not accept liability for any errors or omissions in the contents of this message, which arise as a result of e-mail transmission. -- Matt

Re: [twitter-dev] Re: Geo-caching Without Lat/Long

2010-06-24 Thread Matt Harris
wrong? On Jun 11, 9:21 am, Matt Harris thematthar...@twitter.com wrote: Hey Bryan, Status updates only accept lat/long or place_id. There isn't a way of providing plain text locations for these fields. If you wish to display a textual representation of where

Re: [twitter-dev] Re: Geo-caching Without Lat/Long

2010-06-24 Thread Matt Harris
, X); $status = $connection-post('statuses/update', array('status' = $message)); echo $connection-http_code == 200 ? SUCCESS : FAIL; ? As you can see, I'm using Abraham's oauth library and my sensitive data has been sanitized. Thanks again. On Jun 24, 12:19 pm, Matt Harris

Re: [twitter-dev] Re: Hashtags in prepopulated status's when the user was not logged in

2010-06-25 Thread Matt Harris
=Brasil%20avan%C3%A7a%20em%20primeiro%2C%20mas%20joga%20mal%20e%20irrita%20Dunga%20http%3A%2F%2Fbit.ly%2F9U4ax6%20%23terra There´s a problem only when the user was not logged in. Tks a lot. On Jun 22, 3:56 pm, Matt Harris thematthar...@twitter.com wrote: You want to make sure you URL encode

Re: [twitter-dev] Multiple Resutls for Twitter Place IDS

2010-06-25 Thread Matt Harris
been put up yet? Specifically, though, is there a way to control the number of results - say, to provide 10 results rather than just 5? -- Matt Harris Developer Advocate, Twitter http://twitter.com/themattharris

Re: [twitter-dev] Re: Streaming API OAuth explanation?

2010-06-28 Thread Matt Harris
some packet sniffing to be extra sure that it's sending the data as POST... and I got this: (using Microsoft NetMon 3.3) - Http: Request, POST /1/statuses/filter.json , UsingOAuth Authorization... read more » -- Matt Harris Developer Advocate

Re: [twitter-dev] Authentication for retweeted_by_me

2010-06-30 Thread Matt Harris
authenticate me. So I'm guessing that authentication really is required. If anyone knows any tricks or special instructions needed for retrieving the retweeted_by_me data, please let me know. Thanks! Carl -- Matt Harris Developer Advocate, Twitter http://twitter.com/themattharris

Re: [twitter-dev] Re: Authentication for retweeted_by_me

2010-06-30 Thread Matt Harris
the same method for authentication as I would for user_timeline, but I'm getting an incorrect signature error returned to me when I try authenticating. When I run the same function with user_timeline as the endpoint, it works great. Any ideas? Thanks, Carl -- Matt Harris Developer

Re: [twitter-dev] Re: Authentication for retweeted_by_me

2010-06-30 Thread Matt Harris
=*,oauth_signature_method=HMAC- SHA1,oauth_signature=ZQZvWpefFlWr1ro%2FxMF%2FNvCX624%3D Let me know if you need any of the values I replaced with asterisks. Thanks, Carl On Jun 30, 3:35 pm, Matt Harris thematthar...@twitter.com wrote: Hi Carl, Could you share your base string and the post headers you

Re: [twitter-dev] Re: Authentication for retweeted_by_me

2010-07-01 Thread Matt Harris
=1277932576,oauth_consumer_key=*,oauth_token=*,oauth_signature_method=HMAC- SHA1,oauth_signature=ZQZvWpefFlWr1ro%2FxMF%2FNvCX624%3D Let me know if you need any of the values I replaced with asterisks. Thanks, Carl On Jun 30, 3:35 pm, Matt Harris thematthar

Re: [twitter-dev] Re: oauth status update returning error 401 invalid / used nonce

2010-07-01 Thread Matt Harris
of reason and social responsibility. -- Marcus Aurelius -- Matt Harris Developer Advocate, Twitter http://twitter.com/themattharris

Re: [twitter-dev] Re: Twitter4J and sun.security.validator.ValidatorException

2010-07-01 Thread Matt Harris
Cheers, -- Yusuke Yamamoto yus...@mac.com this email is: [x] bloggable/tweetable [ ] private follow me on :http://twitter.com/yusukeyamamoto subscribe me at :http://samuraism.jp/ -- Matt Harris Developer Advocate, Twitter http://twitter.com/themattharris

Re: [twitter-dev] Re: Applications which has access.

2010-07-01 Thread Matt Harris
. Thanks, Carl On Jul 1, 4:14 am, Anna annatyler1...@gmail.com wrote: Hi, Is there any way to retrive the applications which has access to my account? -- Matt Harris Developer Advocate, Twitter http://twitter.com/themattharris

Re: [twitter-dev] Max requests using oauth

2010-07-01 Thread Matt Harris
that helps, Matt On Thu, Jul 1, 2010 at 7:49 AM, lu5ceh ignacio.santo...@gmail.com wrote: a developing a Twitter App using oauth (oauth_token - oauth_token_secret) How i can increase default max app requests per hour? -- Matt Harris Developer Advocate, Twitter http://twitter.com

Re: [twitter-dev] Finding place id of a city

2010-07-01 Thread Matt Harris
?lat=45.5234515long=-122.6762071granularity=city But, I was trying to see if I could get it with a string search. Thanks! -- Matt Harris Developer Advocate, Twitter http://twitter.com/themattharris

Re: [twitter-dev] Re: Authentication for retweeted_by_me

2010-07-01 Thread Matt Harris
%3D1278003825%26oauth_token%3D*%26oauth_version%3D1.0 Thanks, Carl On Jul 1, 10:56 am, Matt Harris thematthar...@twitter.com wrote: Hey Carl, Your correct about the parameters in the auth header. It was the base string I was referring to. Looking at your basestring I notice it is in order

Re: [twitter-dev] Search API rate limit

2010-07-06 Thread Matt Harris
be helpful? Whether the calls made by the user for search api will be counted in the user's account ? or whether that would be still counted as a call from the IP address of the website? I am little bit confused here... Thanks Shan -- Matt Harris Developer Advocate, Twitter http

Re: [twitter-dev] Re: Previous_Cursor Not Working

2010-07-06 Thread Matt Harris
: Anyone else seeing a problem on Followers or Friends with Previous_Cursor not working (returning a blank response)? -- Matt Harris Developer Advocate, Twitter http://twitter.com/themattharris

Re: [twitter-dev] Re: Rate Limiting

2010-07-06 Thread Matt Harris
times with each client, no valid inference can be drawn from the tests. Pascal On Jul 6, 2010, at 18:46 , Johnson wrote: I notice that the rate limit is application specific. I've tried a few clients, some of them goes thru, some don't. -- Matt Harris Developer Advocate, Twitter

Re: [twitter-dev] unable to get the previous trend...

2010-07-06 Thread Matt Harris
result ... Am I not able to fetch the previous trends??? Is there any possibility to get the trends of previous days? please enlighten me. Thanks -- Matt Harris Developer Advocate, Twitter http://twitter.com/themattharris

Re: [twitter-dev] Can't get geotagging to work.

2010-07-06 Thread Matt Harris
me in the right direction? Is this working at all at the moment or is it just disabled? Kind regards, Daniel -- Matt Harris Developer Advocate, Twitter http://twitter.com/themattharris

Re: [twitter-dev] problem with statuses/destroy

2010-07-06 Thread Matt Harris
. Podem me dar uma luz ? Obrigada Claudia A. V. Callegari Brasil -- Matt Harris Developer Advocate, Twitter http://twitter.com/themattharris

Re: [twitter-dev] Re: Rate limit exceeded. Clients may not make more than 75 requests per hour.

2010-07-06 Thread Matt Harris
you're using the URLs documented onhttp://dev.twitter.com/doc, especially if your app is a bit old. Hope that helps, Bruno -- Matt Harris Developer Advocate, Twitter http://twitter.com/themattharris

Re: [twitter-dev] why i can not connect to api.twitter.com??

2010-07-06 Thread Matt Harris
do so, just made a authorization request like reques_token, and send it to http://api.twitter.com/oauth/access_token, then i got a 500 err from api server... can someone tell me what'wrong about it? thx very much. -- Matt Harris Developer Advocate, Twitter http://twitter.com

Re: [twitter-dev] Rich content in tweets as entities/annotations?

2010-07-06 Thread Matt Harris
consider it in our UI layouts? J cremeapp.com -- Matt Harris Developer Advocate, Twitter http://twitter.com/themattharris

Re: [twitter-dev] Re: Failed to validate oauth signature and token with xauth

2010-07-06 Thread Matt Harris
versions? i'm using it on javascript * What oauth application is this for? http://twitter.com/apps/edit/181924 -- Matt Harris Developer Advocate, Twitter http://twitter.com/themattharris

Re: [twitter-dev] Re: Friend and Follower count - since timestamp

2010-07-07 Thread Matt Harris
://twitter.com/raffi -- Matt Harris Developer Advocate, Twitter http://twitter.com/themattharris

Re: [twitter-dev] Re: problem with statuses/destroy

2010-07-07 Thread Matt Harris
It sounds like our internal cache wasn't keeping up with the API. I know there was some work on what happens when a Tweet is deleted recently, specifically around keeping the API and site in sync. Matt Harris Developer Advocate, Twitter http://twitter.com/themattharris On Jul 7, 2010, at 5:38

Re: [twitter-dev] Re: XML format change???

2010-07-07 Thread Matt Harris
? Was there a format change without notice? -- Raffi Krikorian Twitter Platform Team http://twitter.com/raffi -- Matt Harris Developer Advocate, Twitter http://twitter.com/themattharris

Re: [twitter-dev] XML feed not loading as before - PHP

2010-07-07 Thread Matt Harris
as XML' in /home/bhammers/demophon/dashboard/test.php:5 Stack trace: #0 /home/bhammers/demophon/dashboard/test.php(5): SimpleXMLElement-__construct('') #1 {main} thrown in /home/bhammers/ demophon/dashboard/test.php on line 5 Would appreciate any help. Thanks Colin -- Matt Harris

Re: [twitter-dev] request token

2010-07-07 Thread Matt Harris
in this email Cant see the problem... Please help, if you can see anything outright off or wrong... Regards, Shob -- Matt Harris Developer Advocate, Twitter http://twitter.com/themattharris

Re: [twitter-dev] Any way to get a REASON for why an account was suspended.

2010-07-07 Thread Matt Harris
can't take an action without knowing WHY they were suspended. -- Matt Harris Developer Advocate, Twitter http://twitter.com/themattharris

Re: [twitter-dev] Re: Web Application talking to twitter API

2010-07-08 Thread Matt Harris
On Jun 12, 12:07 pm, Matt Harris thematthar...@twitter.com wrote: HiVijay, If you only want access to your own account then you can visit the application details for your application onhttp://dev.twitter.com/apps. On that page you will find an option called My Access Token

Re: [twitter-dev] San Francisco Social App Workshop July 24- with @themattharris

2010-07-08 Thread Matt Harris
this month that might interest some of you- Social App Workshop will be an all-day code fest for people working on social apps- new and experienced- with a focus on Twitter apps- Matt Harris has graciously agreed to talk for a bit on the Twitter APIs that morning. Also a few other startups from

Re: [twitter-dev] Permission denied error in Firefox when trying to add a tweet-box with @anywher

2010-07-08 Thread Matt Harris
(function (T) { T(#tbox).tweetBox(); }); /script and twitter's js in the header -- Matt Harris Developer Advocate, Twitter http://twitter.com/themattharris

Re: [twitter-dev] (OAuth) Favorite create and destroy malfunctioning, confirmed in Twurl

2010-07-08 Thread Matt Harris
does now work (it does not remove the relationship) and it returns a null array. Please fix :-) Thanks! -- Matt Harris Developer Advocate, Twitter http://twitter.com/themattharris

Re: [twitter-dev] anchor to twitter.com/home?status authentication conerns

2010-07-08 Thread Matt Harris
On Wed, Jul 7, 2010 at 5:05 PM, Glide Ken glidekensing...@gmail.com wrote: If I provide an anchor that that takes the user to http://twitter.com/home?status=TheirStatusMsg, I don't have to worry about oAuth or any authentication issues, right? -- Matt Harris Developer Advocate, Twitter http

Re: [twitter-dev] Participation of the translation team of Twitter!

2010-07-08 Thread Matt Harris
the twitter is on my tongue and I even want to translate it without asking anything in return! thanks! -- Matt Harris Developer Advocate, Twitter http://twitter.com/themattharris

Re: [twitter-dev] Location information only delivered on geocoded searches?

2010-07-08 Thread Matt Harris
;a href=quot;http://www.tweetdeck.comquot; rel=quot;nofollowquot;gt;TweetDecklt;/agt;} -- Matt Harris Developer Advocate, Twitter http://twitter.com/themattharris

Re: [twitter-dev] Rate limit on Oauth resources and Request token Expiration

2010-07-08 Thread Matt Harris
before they expire or does it vary for some reason? thanks, -Worth -- Matt Harris Developer Advocate, Twitter http://twitter.com/themattharris

Re: [twitter-dev] Count ignored for retweeted_by_me

2010-07-08 Thread Matt Harris
of this in the archives, so if it's a known bug it would be nice to get an official word from Twitter. Thanks! - Manton -- Matt Harris Developer Advocate, Twitter http://twitter.com/themattharris

Re: [twitter-dev] Destroy Tweet Problem

2010-07-08 Thread Matt Harris
-- Matt Harris Developer Advocate, Twitter http://twitter.com/themattharris

Re: [twitter-dev] Is users/lookup being throttled?

2010-07-09 Thread Matt Harris
, but still not getting an error code? -- Matt Harris Developer Advocate, Twitter http://twitter.com/themattharris

Re: [twitter-dev] Friendship/Create usage

2010-07-12 Thread Matt Harris
= $connection-post('friendship/create/'.BOT_UID); //--- is this the correct usage? -- Matt Harris Developer Advocate, Twitter http://twitter.com/themattharris

Re: [twitter-dev] What do the attributes represent in a geo place lookup for a city

2010-07-13 Thread Matt Harris
the twitter place_id (or is it? maybe the place_id in the URL is a hash of this?) Thanks! -- Matt Harris Developer Advocate, Twitter http://twitter.com/themattharris

Re: [twitter-dev] Name search

2010-07-14 Thread Matt Harris
. - Paul Erdos -- Matt Harris Developer Advocate, Twitter http://twitter.com/themattharris

Re: [twitter-dev] Issues with parameters in API console

2010-07-14 Thread Matt Harris
? Thanks, Mike -- Matt Harris Developer Advocate, Twitter http://twitter.com/themattharris

Re: [twitter-dev] Request token out from twitter

2010-07-14 Thread Matt Harris
= [[NSString alloc] initWithData:responseData encoding:NSUTF8StringEncoding]; NSLog(@CONTENT : %@, payloadAsString); [payloadAsString release]; } -- Regards, Rendy Pranata -- Matt Harris Developer Advocate, Twitter http

Re: [twitter-dev] Re: Updating profile image via API results in broken image on Twitter.com

2010-07-14 Thread Matt Harris
the broken image on: http://twitter.com/jpfette As you can imagine this is causing us a serious problem at present, any help would be greatly appreciated. Thanks, Bob Founder Twibbon.com -- Matt Harris Developer Advocate, Twitter http://twitter.com/themattharris

Re: [twitter-dev] Re: Profile image uploads not working (using twitter-async)

2010-07-15 Thread Matt Harris
/RequestIdHostIdSfeZ +c4cndtXGQucKuGtYvKrtteoLapRJojZEW9nWae20FMOy2IA/D7jeZowOKMh/HostId/ Error The plot thickens? -- Matt Harris Developer Advocate, Twitter http://twitter.com/themattharris

Re: [twitter-dev] Re: Updating profile image via API results in broken image on Twitter.com

2010-07-15 Thread Matt Harris
://code.google.com/p/twitter-api/issues/detail?id=1745 http://code.google.com/p/twitter-api/issues/detail?id=1745Best, Matt On Wed, Jul 14, 2010 at 11:41 PM, 3DTOPO jes...@3dtopo.com wrote: I would just add that I am seeing identical behavior here as well. -- Matt Harris Developer Advocate, Twitter http

Re: [twitter-dev] API HTTP Post statuses/update.xml

2010-07-15 Thread Matt Harris
: ' || Utl_Http.Get_Detailed_Sqlerrm ); Dbms_Output.Put_Line ( 'Ora: ' || Sqlerrm ); RETURN FALSE; END; END tweet; Thanks -- Matt Harris Developer Advocate, Twitter http://twitter.com/themattharris

Re: [twitter-dev] API HTTP Post statuses/update.xml

2010-07-15 Thread Matt Harris
to that method of authentication now. Matt On Thu, Jul 15, 2010 at 12:46 PM, Eric Mortensen emort...@gmail.com wrote: Unfortunately not. Do you have anything else that might explain it? On Thu, Jul 15, 2010 at 1:48 PM, Matt Harris thematthar...@twitter.comwrote: Hi Eric, In addition

Re: [twitter-dev] Checking if a user still has authorized access of my application

2010-07-16 Thread Matt Harris
? Sincerely, Patrick -- Matt Harris Developer Advocate, Twitter http://twitter.com/themattharris

Re: [twitter-dev] Re: Seeing weird, malformed HTTP responses? We're on it.

2010-07-20 Thread Matt Harris
. -- personal: http://www.cameronkaiser.com/-- Cameron Kaiser * Floodgap Systems *www.floodgap.com* ckai...@floodgap.com -- When you don't know what you're doing, do it neatly. --- -- Matt Harris Developer Advocate, Twitter http://twitter.com

Re: [twitter-dev] Re: Having problems after OAuth login

2010-07-20 Thread Matt Harris
. Is there anything wrong with Twitter's services at the moment? This started around 12-14 hours prior to this mail (10pm Tokyo time). The API status page indicates nothing is wrong though. -- Matt Harris Developer Advocate, Twitter http://twitter.com/themattharris

Re: [twitter-dev] Re: Issues with OAuth

2010-07-20 Thread Matt Harris
], statusCode=500, retryAfter=0, rateLimitStatus=null} I'm not sure if this is the group that the message is asking me to post in, if not, please let me know the correct group to post to so I can get some assistance. Thanks! -- Matt Harris Developer Advocate

Re: [twitter-dev] getStatusesMentions not working today....???

2010-07-21 Thread Matt Harris
twitter has had some problem, like two days ago, and in that case, everything is flaky. Today it is failing, but everything else works fine. Is this a known problem today? getStatusesMentions always comes back today with bogus headers Mark -- Matt Harris Developer Advocate, Twitter http

Re: [twitter-dev] Re: getStatusesMentions not working today....???

2010-07-21 Thread Matt Harris
for oauth to you, I would of course do that privately. I will run some more tests from here first I guess. Thanks, Mark On Jul 21, 4:49 pm, Matt Harris thematthar...@twitter.com wrote: Hi Mark, We aren't seeing any errors like this when we run some tests. Could you elaborate

Re: [twitter-dev] Re: New SSL certificate issue with WTK 2.5.2

2010-07-23 Thread Matt Harris
- - Afficher le texte des messages précédents - -- Matt Harris Developer Advocate, Twitter http://twitter.com/themattharris

Re: [twitter-dev] API problem when passing since_id

2010-07-23 Thread Matt Harris
is technically wrong. error page. I'm using OAuth for authentication using Mike Knapp's oauth.py from http://github.com/mikeknapp/AppEngine-OAuth-Library Any idea what I'm doing wrong? Thanks! -- Matt Harris Developer Advocate, Twitter http://twitter.com/themattharris

Re: [twitter-dev] Re: Home_timeline after tweet destroy

2010-07-23 Thread Matt Harris
something wrong? Is there a way to force to get the 20 tweets? Thanks, Luis -- Matt Harris Developer Advocate, Twitter http://twitter.com/themattharris

Re: [twitter-dev] Undocumented fields?

2010-07-23 Thread Matt Harris
the next_cursor, no big deal, but when I found the 'str' versions of the cursors I turned off the workaround. Once $id's get large enough, 32-bit machines will need json_decode to work right tooso the workaround might be needed then. Mark -- Matt Harris Developer Advocate, Twitter http

Re: [twitter-dev] Streaming volume dropped x5 in the past few days

2010-07-23 Thread Matt Harris
if others experienced that same, the tweet volume from the streaming API had been 2-3+million tweets a day a week ago and in the past week it dropped to around 600k/day, any reason for that? Thanks, Tom -- Matt Harris Developer Advocate, Twitter http://twitter.com/themattharris

Re: [twitter-dev] Re: API problem when passing since_id

2010-07-23 Thread Matt Harris
On Fri, Jul 23, 2010 at 12:11 PM, Roy royt...@gmail.com wrote: It's happening consistently with me I'm afraid. I'm using my own twitter account for testing: roytang. On Jul 24, 1:36 am, Matt Harris thematthar...@twitter.com wrote: A Something is technically wrong error sometimes happens

Re: [twitter-dev] Still having issues, though less.

2010-07-23 Thread Matt Harris
issues with URL requests right now though far less than it did previously. Previously like 90% of all calls were failing, now it seems like about 50/50 success/fail... better, but still unreliable. -- Matt Harris Developer Advocate, Twitter http://twitter.com/themattharris

Re: [twitter-dev] Re: xauth token exchange failing

2010-07-23 Thread Matt Harris
new tokens and maybe linked to several other OAuth issues that came to attention this morning. Im hoping it will be fixed shortly! -- Matt Harris Developer Advocate, Twitter http://twitter.com/themattharris

Re: [twitter-dev] Re: OAuth page showing opening and ending tag mismatch

2010-07-26 Thread Matt Harris
it? -Jonathan -- Matt Harris Developer Advocate, Twitter http://twitter.com/themattharris

Re: [twitter-dev] Re: Hashtag Entity locations seems to be off in certain cases

2010-07-26 Thread Matt Harris
/ /url /urls *hashtags hashtag end=17 start=11 textQuora/text /hashtag hashtag end=68 start=59 textStartups/text /hashtag /hashtags /*entities /status -- Matt Harris Developer Advocate, Twitter http://twitter.com/themattharris

Re: [twitter-dev] API HTTP Post statuses/update.xml

2010-07-27 Thread Matt Harris
-8? hash errorUser is over daily status update limit./error request/1/statuses/update.xml/request /hash On Thu, Jul 15, 2010 at 5:41 PM, Matt Harris thematthar...@twitter.comwrote: Hey Eric, Sorry that help article didn't answer your question. Can you provide the actual HTTP request

Re: [twitter-dev] Searching for tweets by place_id

2010-07-28 Thread Matt Harris
://search.twitter.com/search.json?q=place%3A247f43d441defc03 Best, Matt On Wed, Jul 28, 2010 at 9:52 PM, benn bno...@gmail.com wrote: Is there a way to search for tweets by place_id? Or can we only use a geo search with a very small radiues? -- Matt Harris Developer Advocate, Twitter http

Re: [twitter-dev] since_id not getting since_id :)

2010-07-28 Thread Matt Harris
bring it to the attention of you guys, unless I've misinterpreted this functionality. Thanks, Gary -- Matt Harris Developer Advocate, Twitter http://twitter.com/themattharris

Re: [twitter-dev] API HTTP Post statuses/update.xml

2010-07-29 Thread Matt Harris
will help is a link stating that there are protections that prevent a certain number of updates/tweets happening at once. Thanks On Thu, Jul 29, 2010 at 3:22 PM, Matt Harris thematthar...@twitter.comwrote: Why are you sending so many Tweets? It sounds like you are being restricted because you

Re: [twitter-dev] http://www.twitter.com/?status= problem with special characters

2010-07-30 Thread Matt Harris
using this url: http://www.twitter.com/?status=foo%20bar, the user gets redirected to twitter.com/?status=foo%2520bar (notice the %25) which results into the escaped status in the textarea: foo%20bar -- Matt Harris Developer Advocate, Twitter http://twitter.com/themattharris

Re: [twitter-dev] Re: Will you guys help me here?

2010-08-06 Thread Matt Harris
-- Matt Harris Developer Advocate, Twitter http://twitter.com/themattharris

Re: [twitter-dev] AS3 Support?

2010-08-06 Thread Matt Harris
, Dave -- Matt Harris Developer Advocate, Twitter http://twitter.com/themattharris

Re: [twitter-dev] Help with an application.

2010-08-06 Thread Matt Harris
of them gets send, or sometimes 4. I believe it has nothing to do with the variable where I put the tweet message (it´s a session variable concatenated with a string and the random number). I will appreciate your help, thanks, Victoria P. -- Matt Harris Developer Advocate, Twitter http

Re: [twitter-dev] Re: DMs and followers list

2010-08-06 Thread Matt Harris
http://www.seattle20.com/ -- Matt Harris Developer Advocate, Twitter http://twitter.com/themattharris

Re: [twitter-dev] Re: What do the attributes represent in a geo place lookup for a city

2010-08-06 Thread Matt Harris
look forward to the doc updates. On Jul 12, 11:05 pm, Matt Harris thematthar...@twitter.com wrote: Great questions. I'll be publishing a document to dev.twitter.comabout this in the next couple of days but to answer you question theattributesyou refer to are specific

Re: [twitter-dev] Re: Best method of displaying a list of friends

2010-08-09 Thread Matt Harris
a list of friends without getting killed by the api limit? Right now I'm using /friends/ids.json. Then looping on it for /users/ show.json in order to get the screennames. This will kill the api limit. Any suggestions? -- Matt Harris Developer Advocate, Twitter http

  1   2   3   4   5   6   7   >