Forum Moderators: coopster
I'm trying to integrate RPXNow OpenID tool into my site (I'm no good at this stuff), and it reads:
Originally Posted by RPX Now
2) Receive the RPX token, and get the authentication informationAfter a successful authentication, RPX redirects the user back to the token_url at your website as specified in step 1. Write some code to handle requests to your token_url, and extract the token parameter.
Make the auth_info API call
HTTP POST to [rpxnow.com...] with the following required parameters:
apiKeyRemoved
tokenUse the token sent to your token_url
Thanks in advance