E
E
Enniack2016-02-08 08:26:06
PHP
Enniack, 2016-02-08 08:26:06

How to fulfill such requests?

Understanding the Shutterstock API. How to execute such requests on the server in automatic mode?

curl "https://api.shutterstock.com/v2/oauth/authorize" \
 --get \
 --data-urlencode "scope=licenses.create licenses.view purchases.view" \
 --data-urlencode "state=demo_`date +%s`" \
 --data-urlencode "response_type=code" \
 --data-urlencode "redirect_uri=$REDIRECT_URI" \
 --data-urlencode "client_id=$CLIENT_ID"

Answer the question

In order to leave comments, you need to log in

1 answer(s)
D
DevMan, 2016-02-08
@Enniack

https://github.com/shutterstock/api/blob/master/ex...
google -> php curl

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question