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

Popular posts from this blog

java - SNMP4J General Variable Binding Error -

windows - Python Service Installation - "Could not find PythonClass entry" -

Determine if a XmlNode is empty or null in C#? -