i understand i need to pass my access ticket with any future request. i get my ticket from the post request. and i am passing my ticket as so.
\\\\\\\\ curl_setopt($ch1, CURLOPT_HTTPHEADER, array("Cookie" => $ticket_code )); \\\\\\\
the language i am using is PHP and using curl to make the request. i've also tried passing it as a param. url.com/quarantine/spam?ticket..... and still nothing.
i am obviously missing something. i wish the docs provided more clear direction on how to use the ticket.
\\\\\\\\ curl_setopt($ch1, CURLOPT_HTTPHEADER, array("Cookie" => $ticket_code )); \\\\\\\
the language i am using is PHP and using curl to make the request. i've also tried passing it as a param. url.com/quarantine/spam?ticket..... and still nothing.
i am obviously missing something. i wish the docs provided more clear direction on how to use the ticket.