Hi Pauly,

    Working on the issue now.

— Matt

On Apr 9, 2009, at 03:04 PM, Pauly wrote:


Just seen someone else twittering @twitterapi with a similar issue...
I try to post:

http://twitter.com/direct_messages/new.xml?user=foo567&text=Ticketmaster+UK%3A+16.00+%281779%29

and get back the following xml (removed a url). I am following this
user, if I try to direct message an account I'm not following I get
the expected error message. No direct message is sent in either case.
Anyone any idea? I'm posting but with a query string like this (using
curl in php), instead of actually posting the params, this is the only
way that works for me to update my status, so could be I'm doing
something odd there...

<?xml version="1.0" encoding="UTF-8"?>
<direct_message>
 <id></id>
 <sender_id>19482771</sender_id>
 <text>Come join me on Utterz! We can have multimedia discussions
from our mobile phone o...
Join at http://...</text>
 <recipient_id>13881572</recipient_id>
 <created_at></created_at>
 <sender_screen_name>MasAdhie</sender_screen_name>
 <recipient_screen_name>Pat_Lorna</recipient_screen_name>
 <sender>
   <id>19482771</id>
   <name>Mas Adhie</name>
   <screen_name>MasAdhie</screen_name>
   <location>Semarang</location>
   <description>silahkan kontak sya di YM AdiSucipto atau SKYPE ID
MasAdhie</description>
   <profile_image_url>http://s3.amazonaws.com/twitter_production/
profile_images/73051328/Johnny-Depp-and-Wajahku_normal.jpg</
profile_image_url>
   <url>http://www.100juta.co.cc</url>
   <protected>false</protected>
   <followers_count>269</followers_count>
 </sender>
 <recipient>
   <id>13881572</id>
   <name>Pat and Lorna Shanks</name>
   <screen_name>Pat_Lorna</screen_name>
   <location>Edmonton, AB. Canada</location>
   <description>We teach entrepreneurs how to create, market and
monetize presentations for more prospects and profits.</description>
   <profile_image_url>http://s3.amazonaws.com/twitter_production/
profile_images/65659291/sp_logo_300x300_normal.jpg</profile_image_url>
   <url>http://PatAndLorna.com</url>
   <protected>false</protected>
   <followers_count>14596</followers_count>
 </recipient>
</direct_message>

Reply via email to