[OSM-dev] oauth code
Anthony
osm at inbox.org
Sun Aug 22 00:11:39 BST 2010
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 <lars.francke at gmail.com> 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.
>
More information about the dev
mailing list