Thank you! I figured it out and updated http://commonmap.info/w/index.php/Oauth_perl_examples
It seems that the proper command for using the token within Net::OAuth is "protected resource". On Sat, Aug 21, 2010 at 7:04 PM, Lars Francke <[email protected]> wrote: >> So no? > > Well...OSM does nothing special in regards to OAuth so any tutorial will do. > >> This gets the access token no problem. But then what do you do with >> the access token? > > The access token is called "token credentials" now. > > And this explains how an authenticated request is made: > https://tools.ietf.org/html/rfc5849#section-3 > Basically you add a bunch of headers to every request to the API. See > the example on page 15 in the specs. > _______________________________________________ dev mailing list [email protected] http://lists.openstreetmap.org/listinfo/dev

