[twitter-dev] Re: Developer Preview: Geolocation API

2009-09-29 Thread Andriy Ivanov

any idea when API be released?


[twitter-dev] Re: Developer Preview: Geolocation API

2009-08-20 Thread Andriy Ivanov

really cool! Very excited to see it!

On Aug 20, 2:27 pm, jim.renkel james.ren...@gmail.com wrote:
 Um, I don't see any way for a user to turn the geo_enabled attribute
 on and off. Oversight, I hope?

 Jim

 On Aug 20, 4:18 pm, Joel Strellner j...@twitturly.com wrote:



  Hi Ryan,

  Will this data be available in the streaming API too?

  -Joel

  On Thu, Aug 20, 2009 at 2:11 PM, @epc epcoste...@gmail.com wrote:

   Will twitter validate the coordinates (ie, what will the API do when I
   pass lat=777long=-666)?

   If the coordinates are invalid, will the status get posted or will the
   entire request get rejected with a 4xx code?

   If a user has not enabled geolocating (geo_enabledfalse/
   geo_enabled), what happens if I pass in coordinates for that user?
   Silently ignored?

   Geo data will be attached to individual tweets and not users, right?
   This will have no effect on the location field in a user profile?
   --
   -ed costello


[twitter-dev] oAuth consumer keys, tokens...how sensitive are those keys?

2009-08-19 Thread Andriy Ivanov

I've written Desktop app that uses oAuth to communicate with twitter.
All the keys/tokens/pin I save in Settings file in my project (.NET).
Is it safe to do so or what is the better approach to save this kind
of data? What if all the tokens get in hand of evil, they can
impersonate the user using the tokens, right? Why won't tokens expire
with Twitter? I am knew to internet protocols, so any help would be
appreciated. Thanks!