tags:

views:

72

answers:

2

Hi, i'm trying to get an OAuth server working but i'm kinda stuck a bit here because i've got it to get a "request token" but I don't know where I put this screen in.

I'm using the library for PHP from http://oauth.googlecode.com/svn/code/php/

Thanks

A: 

Can you clarify a bit more? You are trying to create an OAuth server, or trying to connect to an OAuth server? The code above is for an OAuth client, not a server.

Mike Crowe
make an oauth server... i'm using one right now by Andy Smith...i just don't know what page to put the "Allow access to app" page on.. is it request_token, authorize_token or something else
kennyisaheadbanger
A: 

I've found out where I put it! I have to put it on the authorise_token page. Thanks to this blog post

kennyisaheadbanger