Potlatch vs Twitter

View: New views
9 Messages — Rating Filter:   Alert me  

Potlatch vs Twitter

by Richard Fairhurst :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi all,

Twitter-using OSMers can now (as of Potlatch 1.2e) tweet their edits.

If you punch your Twitter ID and password into Potlatch's options
screen[1], you'll have the option for your comments to be posted to your
Twitter account whenever you save a changeset.

The tweet includes an OSM shortlink, so others can see your location;
and the #osmedit tag, because I didn't think those who look at #osm
would appreciate being overwhelmed by a bunch of edits.

Knock yourselves out. :)

cheers
Richard


[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.

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

Re: Potlatch vs Twitter

by Frederik Ramm :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

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@...
http://lists.openstreetmap.org/listinfo/talk

Parent Message unknown Re: Potlatch vs Twitter

by Lukasz Stelmach-4 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

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

[stlman.vcf]

begin:vcard
fn;quoted-printable:=C5=81ukasz Stelmach
n;quoted-printable:Stelmach;=C5=81ukasz
email;internet:stlman@...
x-mozilla-html:FALSE
version:2.1
end:vcard



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

Re: Potlatch vs Twitter

by Iván Sánchez Ortega-3 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

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 <ivan@...>

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.


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

signature.asc (205 bytes) Download Attachment

Parent Message unknown Re: Potlatch vs Twitter

by Michal Migurski-3 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

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- mike@...
                  415.558.1610


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

Re: Potlatch vs Twitter

by Richard Fairhurst :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

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

Parent Message unknown Re: Potlatch vs Twitter

by Michal Migurski-3 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

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- mike@...
                  415.558.1610




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

Re: Potlatch vs Twitter

by Ævar Arnfjörð Bjarmason :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

On Tue, Nov 10, 2009 at 7:40 AM, Richard Fairhurst <richard@...> 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@...
http://lists.openstreetmap.org/listinfo/talk

Re: Potlatch vs Twitter

by Richard Fairhurst :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Æ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@...
http://lists.openstreetmap.org/listinfo/talk