How can I log the outgoing request of urlfetch in google app engine python? -
i'm having trouble getting oauth work linkedin in gae python , suspect it's format of outgoing request. how can log or somehow view outgoing request devserver making oauth provider?
you can registering api call hook urlfetch requests. can see complete contents of request or response object logging request.toascii()
or response.toascii()
Comments
Post a Comment