How to access Oauth Response from Square URL redirect

217 views Asked by At

I am building a website in Django that utilizes the Square OAuth system. https://developer.squareup.com/docs/oauth-api/overview

I am able to access the link they provide, login to my account, redirect to my website with the access code in the URL link. From here I am at a loss at how to actually access the code that is being provided in my redirect from Square.

How do i access to code being given to me in the url that I receive from the redirect?

1

There are 1 answers

2
Bryan W. On

Since your using Django which is Python based we have an example in Python that you can use.