Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

not sure how use it with google #11

Open
cocodrino opened this issue Feb 7, 2015 · 0 comments
Open

not sure how use it with google #11

cocodrino opened this issue Feb 7, 2015 · 0 comments

Comments

@cocodrino
Copy link

Hi..sorry for my noob question...but, maybe for my bad english, I can't understand what is exactly auth-resp

just now my code is

(def google-oauth
  {:authorization-uri  "https://accounts.google.com/o/oauth2/auth"
   :access-token  "I-9qsYxxxxxxml_DtJj"
   :redirect-uri   "http://127.0.0.1:8080/oauth2callback"
   :client_id     "5401407xxxxxxxxcm5lnj71pjldkhs.apps.googleusercontent.com"
   :scope  ["userinfo.email"]})

(def auth-req
  (oauth/make-auth-request google-oauth "??"))

(def access-token
  (oauth/get-access-token google-oauth ?? auth-req))

hope you can help me..thanks!!!..

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant