urlfetch.fetch is reporting inconsistent results when querying the facebook 
graph api. If I curl the same URL from my terminal, it works fine. It works 
ok also using the local instance of the GAE with dev_appserver.py.

I am using a mac and the dev_appserver version on my local is 1.9.20. I am 
using Python.

I cannot share the access token, but the url I am trying to reach is 
"https://graph.facebook.com/v2.3/184277601936688"; - from the remote 
instance I saw the logs reporting this:
{
   "error": {
      "message": "Unsupported get request. Please read the Graph API 
documentation at https://developers.facebook.com/docs/graph-api";,
      "type": "GraphMethodException",
      "code": 100,
      "fbtrace_id": "He4bs+MI7Qs"
   }
}

but with curl and also on my local instance, I get a proper response and a 
JSON document.

anybody has any advice on this? I received an email yesterday from google, 
stating that url_fetch has some inconsistend behaviour and I believe I 
stumbled in it. They say to contact their support in this case but where 
can I reach them?

Thanks

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/d4e99dfc-4980-4c51-b4d9-d024d712bce0%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to