This sample delivers periodic cat fact notifications using users' preferences.
-
Enter your Google App Engine App ID in the
app.yamlfile. -
Create a Google API Project and enable the
Google+ APIand theGoogle Mirror API. -
Create an OAuth 2.0 client ID, setting your application's URL as an authorized
JavaScript origins. -
Enter your OAuth 2.0 client ID and client Secret in the
client_secrets.jsonfile. -
Upload your Google App Engine application:
$ appcfg.py --oauth2 update .
- Original compliation of Cat Facts can be found on this reddit thread