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

Tutorial to first steps... #45

Open
gazambuja opened this issue Jun 27, 2015 · 1 comment
Open

Tutorial to first steps... #45

gazambuja opened this issue Jun 27, 2015 · 1 comment

Comments

@gazambuja
Copy link

Hi, Im new in this, but I can not find any "how to" to install from 0 in google app engine with this library.
You can provide some step to step?

For example, to make the demo work in a Google App Engine project, you will need a app.yaml file with some configuration like this:

application: <your-app-id>
    version: 1
    runtime: php55
    api_version: 1

    handlers:
    - url: /img
      static_dir: public/img

    - url: /css
      static_dir: public/css

    - url: /(.*)
      script: /public/\1

    - url: /
      script: /public/main.php

But, how to have all permissions to work?
In my case the google app engine log get me this:

    Error refreshing the OAuth2 token, message: '{
      "error" : "invalid_grant"
    }'

why?

@tomwalder
Copy link
Owner

Hello.

Your specific OAuth problem does not sounds like it has anything to do with my library.

Maybe have a look at this link:
http://stackoverflow.com/questions/21381085/gae-error-refreshing-oauth2-token

I will look into a more "end to end" tutorial soon.

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

No branches or pull requests

2 participants