Tagged Questions
0
votes
1answer
371 views
Using cURL/OAuth to access del.icio.us api
I'm following this tutorial to access the del.icio.us api, but this is my first time using cURL or OAuth so hitting a few snags.
I'm using the following code
$ch = curl_init();
curl_setopt($ch, ...