I am running a curl command on Windows 7, which I got from https://pypi.python.org/pypi/django-rest-framework-social-oauth2/0.0.4:
curl -X POST -d
“client_id=W2fzDmkbyK3bKBALafspe84RqIGHUpeuRlpn8uTt&
client_secret=lmrtAQn1oHnaLBUYAVef1w0S3BoaLVbCaLpAmXbjBh8o94k13i9kh6eo
Qz0johA8RxsBwaG5H2R7q2NON3KtcB0lvuGbE4lM6w9BlQQP5ycuFlXAOUJ7CfUMmBcnyKol&
grant_type=password&username=daniel&password=daniel”
http://localhost:8000/auth/token
... but I get the error:
curl: no URL specified!
curl: try 'curl --help' or 'curl --manual' for more information
'client_secret' is not recognized as an internal or external command,
operable program or batch file.
'grant_type' is not recognized as an internal or external command,
operable program or batch file.
'username' is not recognized as an internal or external command,
operable program or batch file.
'password' is not recognized as an internal or external command,
operable program or batch file.
I tried the same command but with single quotes but this yields the same error.
"), and a shell won't recognize them.