vote up 1 vote down star

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

flag

2 Answers

vote up 0 vote down check

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

link|flag
vote up 0 vote down

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.

link|flag
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 Sep 21 at 17:07

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.