Example Authorization with Postman Authorization:
oauth_token="AQDSADSAAA****************",
oauth_client_id="5c9ASDASD********"
The same thing I need to repeat in curl
in php
, how can I do it?
Example Authorization with Postman Authorization:
oauth_token="AQDSADSAAA****************",
oauth_client_id="5c9ASDASD********"
The same thing I need to repeat in curl
in php
, how can I do it?