0
我想通過PHP訪問由Lymbix情緒提供的API。給出的cURL命令是cURL問題:我如何在PHP中運行這個?
curl -H "AUTHENTICATION:MY_API_KEY" \
-H "ACCEPT:application/json" \
-H "VERSION:2.1" \
http://gyrus.lymbix.com/tonalize \
-d "article=This is a sample sentence, does it make you happy? \
&return_fields=[]"
我該如何在PHP中運行上述代碼?
謝謝。
我會轉到這裏開始可能做錯了。 – sberry 2011-02-01 04:57:20