-
Notifications
You must be signed in to change notification settings - Fork 105
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
Add a simple example implementing authentication and few requests #92
Comments
@kmelva Did you get anywhere with this? I would really appreciate an example like you described. |
@brendanhay this is something that I'd like to help with. It's scratching my own itch. Every newbie in my team has struggled with the Is my understanding correct? |
@brendanhay Is there any reason why http://hackage.haskell.org/package/gogol-0.3.0/docs/Network-Google-Auth.html#t:Credentials & http://hackage.haskell.org/package/gogol-0.3.0/docs/Network-Google-Auth-InstalledApplication.html#v:redirectURI can't be extended to also allow Gogol to support "Web Server Applications"? I've spent quite some time today understanding how Gogol & Google-OAuth works, and feel that changing a few URL params here & there can get this to work. Shall I attempt a PR? |
@saurabhnanda +1 on this |
Hi @saurabhnanda I'm collaborating in getting Gogol in shape. If you are still thinking about contributing, please create a PR and I will have a look at it. |
Would it be possible to add to examples a simple, runnable from console, example that shows how to (for example):
formURL
can do that)I've just spent a better part of a day trying to do something similar to this, but couldn't even get past authentication. For those well versed in advanced Haskell type magic they can probably put this together just reading type signatures, but for beginners it's practically impenetrable. Entire gogol-* system of libraries seems amazing and feature-full, but it's really hard to get started.
The text was updated successfully, but these errors were encountered: