Alright guys!
I just solved it by myself… I did indeed used the oauth token twice… Just had to remove the part:
if (!curl_exec($curl)) {
die('Error: "' . curl_error($curl) . '" - Code: ' . curl_errno($curl));
}
which used the oauth token once. How to handle this, if it return an error, will be my next challenge 