[google-appengine] Re: urlfetch.fetch reporting inconsistent results?

2016-03-23 Thread Joshua Johnston
See http://stackoverflow.com/questions/6843796/graph-api-returns-false-or-unsupported-get-request-accessing-public-facebook and http://stackoverflow.com/questions/13739609/unsupported-get-request-in-facebook-graph-api on stack overflow. It may be restrictions set on the page around Country

[google-appengine] Re: How to add backend function that gets triggered according to changes in the datastore?

2016-02-26 Thread Joshua Johnston
Which database are you referring to (datastore, cloudsql, etc)? What is responsible for adding data to the database (python ndb, java, datastore rest api)? For example, if you were writing an application using the python sdk for google app engine, and ndb to access the datastore you could

[google-appengine] Re: CodeIgniter - PHP Push Tasks giving different outcomes

2015-11-13 Thread Joshua Johnston
ask Queue could not be > logged in, so it failed. > > I'm guessing the best way to secure a task end point is to set a handler > and use login: admin? > > On Thursday, November 12, 2015 at 7:22:28 PM UTC, Joshua Johnston wrote: >> >> Can you show us what

[google-appengine] Re: CodeIgniter - PHP Push Tasks giving different outcomes

2015-11-12 Thread Joshua Johnston
Can you show us what the handlers section of your yaml looks like for the non-working module? On Thursday, November 12, 2015 at 12:42:42 PM UTC-5, Paul Canning wrote: > > I have a CI app and I am trying to get Push Tasks to work. > > I have a controller, controller_a, with a method, method_a,

[google-appengine] Re: Import brings in wrong requests lib when testing locally

2015-08-27 Thread Joshua Johnston
The list from https://cloud.google.com/appengine/docs/python/tools/libraries27?hl=en are the only libraries included with the SDK that you can use in your application. A quick grep of the sdk show that the dev server admin app is using requests for its log handler. I am not sure why your