Re: [OSM-talk] Potlatch vs Twitter

2009-11-12 Thread Richard Fairhurst
Ævar Arnfjörð Bjarmason wrote:

> If we're talking about the Potlatch Twitter feature as opposed to
> OAuth for Potlatch itself presumably this could be done in Perl in the
> potlatchtweet.cgi script: http://search.cpan.org/search?query=oauth

It could indeed. It's not a priority for me as my time is better spent  
on Potlatch 2, but if someone else were to implement that, it'd be  
great.

> By the way where is potlatchtweet.cgi in SVN? I can't find it. And if
> it's not there could you please add it?

Will add it this evening.

cheers
Richard


___
talk mailing list
talk@openstreetmap.org
http://lists.openstreetmap.org/listinfo/talk


Re: [OSM-talk] Potlatch vs Twitter

2009-11-12 Thread Ævar Arnfjörð Bjarmason
On Tue, Nov 10, 2009 at 7:40 AM, Richard Fairhurst  wrote:
>
> Michal Migurski wrote:
>> Why not use OAuth? (please use OAuth ;)
>
> Potlatch 2 will (in fact Potlatch 2 already does!), because there's an OAuth
> library for AS3. There isn't one for AS1 and developing one for what's just
> a bit of fun would be overkill - better to spend the time on Potlatch 2
> itself.

If we're talking about the Potlatch Twitter feature as opposed to
OAuth for Potlatch itself presumably this could be done in Perl in the
potlatchtweet.cgi script: http://search.cpan.org/search?query=oauth

By the way where is potlatchtweet.cgi in SVN? I can't find it. And if
it's not there could you please add it?

___
talk mailing list
talk@openstreetmap.org
http://lists.openstreetmap.org/listinfo/talk


Re: [OSM-talk] Potlatch vs Twitter

2009-11-12 Thread Michal Migurski
On Nov 9, 2009, at 11:40 PM, Richard Fairhurst wrote:

> Michal Migurski wrote:
>> Why not use OAuth? (please use OAuth ;)
>
> Potlatch 2 will (in fact Potlatch 2 already does!), because there's  
> an OAuth
> library for AS3. There isn't one for AS1 and developing one for  
> what's just
> a bit of fun would be overkill - better to spend the time on  
> Potlatch 2
> itself.


You could perhaps hide the complexity of the OAuth bits behind the  
proxy script and use the three-legged option. It's a bit of extra or  
maybe just different work, but the problem OAuth seeks to address  
(stopping sites from asking you for passwords they shouldn't know) is  
very real here. Also I'm not in any way trying to diminish this  
awesome feature in a fast-moving software project, just wanted to make  
sure the safest option was being pursued! =)

-mike.


michal migurski- m...@stamen.com
  415.558.1610




___
talk mailing list
talk@openstreetmap.org
http://lists.openstreetmap.org/listinfo/talk


Re: [OSM-talk] Potlatch vs Twitter

2009-11-09 Thread Richard Fairhurst

Michal Migurski wrote:
> Why not use OAuth? (please use OAuth ;)

Potlatch 2 will (in fact Potlatch 2 already does!), because there's an OAuth
library for AS3. There isn't one for AS1 and developing one for what's just
a bit of fun would be overkill - better to spend the time on Potlatch 2
itself.

cheers
Richard
-- 
View this message in context: 
http://old.nabble.com/Potlatch-vs-Twitter-tp26263904p26279455.html
Sent from the OpenStreetMap - General mailing list archive at Nabble.com.


___
talk mailing list
talk@openstreetmap.org
http://lists.openstreetmap.org/listinfo/talk


Re: [OSM-talk] Potlatch vs Twitter

2009-11-09 Thread Michal Migurski
On Nov 9, 2009, at 2:13 AM, Richard Fairhurst wrote:

> [1] Privacy stuff: Your ID and password are remembered on your local
> machine as a cookie (well, Flash's Local Storage), and not saved on
> osm.org. Twitter currently prevent Flash clients from connecting
> directly, though have said they're going to relax this. Until then,  
> the
> posting needs to go via a proxy script on dev.openstreetmap.org. TomH
> has looked at this and is happy, I trust, that it's not doing anything
> evil like harvesting passwords.

Why not use OAuth? (please use OAuth ;)


michal migurski- m...@stamen.com
  415.558.1610


___
talk mailing list
talk@openstreetmap.org
http://lists.openstreetmap.org/listinfo/talk


Re: [OSM-talk] Potlatch vs Twitter

2009-11-09 Thread Iván Sánchez Ortega
El Lunes, 9 de Noviembre de 2009, Richard Fairhurst escribió:
> H[...] TomH has looked at this and is happy, I trust, that it's not doing 
> anything evil like harvesting passwords.

I cannot believe evil FakeSteveC is not involved in this :-P


-- 
--
Iván Sánchez Ortega 

Aviso: Este e-mail es confidencial y no debería ser usado por nadie que no sea 
el destinatario original. No se permite la reproducción mediante fotocopia, 
walkie-talkie, emisora de radioaficionado, satélite, televisión por cable, 
proyector, señales de humo, código morse, braille, lenguaje de signos, 
taquigrafía o cualquier otro medio. Bajo ningún concepto debe traducirse al 
francés este e-mail. Este e-mail no puede ser ridiculizado, parodiado, 
juzgado en una competición, o leído en voz alta con un acento gracioso 
llevando un bigote falso y/o cualquier tipo de sombrero, incluyendo pero no 
limitándose a pañuelos. No inciten ni provoquen a este e-mail. Si está 
medicándose, puede experimentar nauseas, desorientación, histeria, vómitos, 
pérdida temporal de la memoria a corto plazo y malestar general al leer este 
e-mail. Consulte a su médico o farmacéutico antes de leer este e-mail. Todas 
las modelos descritas en este e-mail son mayores de 18 años. Este e-mail se 
reserva el derecho de admisión. Si ha recibido este e-mail por error es 
probablemente porque estaba borracho cuando escribí la dirección del 
destinatario.


signature.asc
Description: This is a digitally signed message part.
___
talk mailing list
talk@openstreetmap.org
http://lists.openstreetmap.org/listinfo/talk


Re: [OSM-talk] Potlatch vs Twitter

2009-11-09 Thread Lukasz Stelmach
Richard Fairhurst pisze:
> Hi Lukasz,
> 
>> How about using Twitter's OAuth feature? 

> I'm hoping to use OAuth with Potlatch 2, 

> There's no OAuth library for ActionScript 1 (in which Potlatch is
> currently written), and you are of course right in that something could
> be rigged up using a proxy on dev.osm.org, but it'd be quite complex and
> really this is just a bit of fun.

I understand, on the other hand, twitting code available to other server
based parts of OSM could be usefull.

-- 
Było mi bardzo miło.   Czwarta pospolita klęska, [...]
>Łukasz< Już nie katolicka lecz złodziejska.  (c)PP



--
Najlepsze oferty Sylwestrowe!
Sprawdz >>> http://link.interia.pl/f2426
<>___
talk mailing list
talk@openstreetmap.org
http://lists.openstreetmap.org/listinfo/talk


Re: [OSM-talk] Potlatch vs Twitter

2009-11-09 Thread Frederik Ramm
Hi,

Richard Fairhurst wrote:
> Twitter-using OSMers can now (as of Potlatch 1.2e) tweet their edits.

Great, I'll quickly fire up my planet2twitter script to give twitter 
readers the necessary background ;-)

Bye
Frederik

___
talk mailing list
talk@openstreetmap.org
http://lists.openstreetmap.org/listinfo/talk