[google-appengine] Trouble using the http://code.google.com/p/python-linkedin/

2011-08-04 Thread John OBrien
Hiya, I'm a bit of a newbie, so I apologize if the answer to this question is obvious. I'm having a bit of trouble using the python linkedin library (http://code.google.com/p/python-linkedin/). When I attempt to use the library from an interactive Python interpreter, it works great: import

Re: [google-appengine] Trouble using the http://code.google.com/p/python-linkedin/

2011-08-04 Thread Chris Copeland
Hi John, This is a just a guess since I haven't used that library: when you're running in GAE, urllib (which the linkedin lib uses) is actually a wrapper for GAE's URL Fetch. GAE's URL Fetch removes some headers and adds others. If any of those headers are included in generating the checksum,