When a user loads my app for the first time, I exchange his facebook session_key for an facebook access_token, so that I can fetch his profile information in order to create a new user account in my db. This is done via urlfetch.
The strange thing is, that the urlfetch result sometimes is None and no exceptions are thrown (DownloadError,..). The Facebook Api usually never returns nothing, it returns a json error message in the case an error occured. Maybe I'm missing the point (I've never used urlfetch before), but it seems strange. Regards, Alexander -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en.
