
December 5th, 2012, 01:54 PM
|
|
Registered User
|
|
Join Date: May 2004
Posts: 10
Time spent in forums: 7 m 55 sec
Reputation Power: 0
|
|
|
Help with python POST
Hello,
I am trying to get the following in python.
curl http://www.site.com/oauth/token -d "client_secret=xxxxx&client_id=yyyyy&grant_type="client_credentials"
it should return {"access_token":aaaaaaa, etc, etc, etc}
the site is using oauth however I am wanting to do this without oauth if possible. the site does this in POST and not GET
TIA for the help
|