Hi everyone, i am new to Python and Web2py and i am developing an app that will use the LinkedIn api
I use this library http://code.google.com/p/python-linkedin/ (it includes OAuth). My problem is very strange and that s why i am writing to the list. When i try to connect to LinkedIn from the web2py console i get a request Token. When i do it inside a HTTP request i get a signature invalid exception. The code i use in both cases is quite simple:
li = LinkedIn(LINKEDIN_API_KEY, LINKEDIN_SECRET_KEY, URL(r=request, c='default',f='import_accounts'))
li.requestToken()
Thanx a lot for your time