mschoening
unread,Jun 21, 2008, 3:43:12 PM6/21/08Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Twitter Development Talk
Hi,
I am having trouble using PHP and Curl to fake a user agent. I want to
have the twitter web say: " about 2 hours ago from MyWeb" after the
post.
How can I do this?
This is not working:
curl_setopt($ch, CURLOPT_USERAGENT, $userAgent);
Thanks,
Max