curl を使用して次のヘッダーを送信します。
curl -H 'Authorization: OAuth oauth_signature_method="PLAINTEXT",⤦
⤥oauth_consumer_key="xxx",oauth_token="xxx",oauth_signature="xxx"' ⤦
⤥'https://external.ningapis.com/xn/rest/apiexample/1.0/Photo/recent⤦
⤥?xn_pretty=true&fields=image.url,title&count=2'
上記のコマンドは、コマンド ラインで使用するためのものです。PHP curl を使用してこれを実行する方法を知っている人はいますか?