[twitter-dev] Re: Natural Language Processing Projects

2010-03-01 Thread Bryan
luck. Bryan

[twitter-dev] Re: APRS data on twitter?

2010-04-19 Thread Bryan
, Bryan - K0EMT -- Subscription settings: http://groups.google.com/group/twitter-development-talk/subscribe?hl=en

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

2010-06-11 Thread Bryan
Hey everyone, is there a way to geo-tweet with the API without knowing the Lat/Long? In other words, can I say San Francisco, CA or search for valid place_id's with this name? I'm trying to make my user interface as user-friendly as possible, and asking for lat/long for my userbase won't work. I

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

2010-06-11 Thread Bryan
' = '37.75' , 'long' = '122.68')); echo $connection-http_code; Which returns 404. $location-id is empty. Any thoughts as to what I'm doing 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

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

2010-06-11 Thread Bryan
that utf encoded tweets are escaped with two additional characters that DO take away from the 140 limit. The new documentation hints at the opposite. What's the verdict? Thanks Matt! On Jun 11, 10:56 am, Matt Harris mhar...@twitter.com wrote: Hi Bryan The geo/reverse_geocode method only supports json

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

2010-06-11 Thread Bryan
, Jun 11, 2010 at 07:28, Bryan bryan.p...@gmail.com wrote: Matt-- Okay thanks for the reply. I'm building a news aggregator so the goal was to enter the location manually. Still, I'm having trouble with the geo-coding method. I'm using Abraham's php library and I do the following

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

2010-06-11 Thread Bryan
/list Abraham - Abraham Williams | Hacker Advocate |http://abrah.am @abraham |http://projects.abrah.am|http://blog.abrah.am This email is: [ ] shareable [x] ask first [ ] private. On Fri, Jun 11, 2010 at 09:48, Bryan bryan.p...@gmail.com wrote: Hey Abraham. The above example

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

2010-06-24 Thread Bryan
, Sam On Jun 11, 9:48 am, Bryan bryan.p...@gmail.com wrote: Hey Abraham. The above example is dated. My point is appending max_result=1 onto any verified result results in a 404: http://hurl.it/hurls/08a6b684b494cab6138754d7b7470d9895968d59/88bbdc8... is okay, but with max_results

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

2010-06-24 Thread Bryan
wrote: Hey Bryan, Can you share the code you are using to send the Tweet, and if possible the post body sent by your code. Thanks, Matt On Thu, Jun 24, 2010 at 10:06 AM, Bryan bryan.p...@gmail.com wrote: Great; thanks for the clarification Matt. But I'm still having trouble actually

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

2010-06-24 Thread Bryan
On Thu, Jun 24, 2010 at 11:48 AM, Bryan bryan.p...@gmail.com wrote: Certainly: ?php require_once('twitteroauth.php'); $message = This is an @test … ; // utf(ellipsis) //$message = This is an @test ... ; // ascii(three periods) echo $message.br /; $message = strlen($message) 140

Re: TwitPicGrid = TwitPic + TweetGrid mashup

2009-02-03 Thread Bryan Knight
harper, didn't you have something like this with lj photos? __ mk2dev.com On Tue, Feb 3, 2009 at 19:36, Chad Etzel jazzyc...@gmail.com wrote: Hi All, With many thanks to Noah Everett (the TwitPic dude) for allowing the use of TwitPic thumbnails, I have created TwitPicGrid at

[twitter-dev] Re: Problems Connecting to the API

2009-10-18 Thread Bryan Longworth
I am connected via ATT DSL from Ft. Pierce, FL. I am unable to connect with Firefox or TweetDeck. Firefox gives a time out error. On Oct 18, 10:56 am, John Kalucki jkalu...@gmail.com wrote: And here's the next question: Is anyone having trouble from non-service, non-hosted endpoints. In

RE: [twitter-dev] Re: Streaming Api - Keywords matched

2009-12-02 Thread Bryan Nehl
Have you researched Vector Space Model (VSM) and cosine theta calculations or approximations? You could calculate one of the approximations on the incoming stream yourself. Check out this paper http://www.cse.ust.hk/~dlee/Papers/ir/ieee-sw-rank.pdf Regards, Bryan

[twitter-dev] Given bad Consumer Keys/Secret Keys

2009-12-09 Thread Bryan Veloso
I've been wrestling with getting OAuth in my Django application to work; as I've been receiving the (401, 'Unauthorized', 'Failed to validate oauth signature and token') error at the request_token stage. My clock is synced, so that was never a problem for me. I started to analyze the URLs coming