WordPress Plugin OAuth2 Integration
-
Hello All!
I’m currently writing a plugin that needs to send data to a third-party application that uses OAuth2.0 as their authentication protocol for their API. As part of the protocol, I need to send an authentication request with a ‘redirect_uri’ parameter for re-directing ‘users’ back to my ‘application’ after the authentication request has finished processing. The documentation for this can be found at:
https://developer.infusionsoft.com/getting-started-oauth-keys/
The functionality I’m looking to support is this:
1) A visitor to the WordPress website fills out a custom form
2) My Plugin’s PHP code does some handling of the form data and saves it to a table
3) I send the data to the third party application with a HTTP request
4) EndI do not quite understand what the ‘redirect_uri’ is supposed to be pointing to. Can anyone help me out?
- The topic ‘WordPress Plugin OAuth2 Integration’ is closed to new replies.