Didn't appear status

Kip's Avatar

Kip

09 Sep, 2009 02:35 PM via web

I use my code to show the extened status in yahoo bot, but It didn't appear.
This is my code :

$url = 'https://www.imified.com/api/bot/'; $data = array ( 'botkey' => 'xxxxxxxx-xxxx-xxxx-xxxxxxxxxxxxxxxx' ‘apimethod’ => ‘updateStatus’,
‘network’ => ‘Yahoo’,
‘msg’ => ‘Hello’,
); $ch = curl_init(); curl_setopt($ch, CURLOPT_URL, $url);
curl_setopt($ch, CURLOPT_HEADER, 0);
curl_setopt($ch, CURLOPT_USERPWD, ‘myuser:mypass’);
curl_setopt($ch, CURLOPT_POSTFIELDS, $data);
curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
curl_setopt($ch, CURLOPT_TIMEOUT, 100);
$xml = curl_exec($ch); curl_close($ch);
?> The message when I use my internet explorer : OK

But the bot’s extened status didn’t appear.

  1. Support Staff 2 Posted by Adam Kalsey on 10 Sep, 2009 01:06 AM

    Adam Kalsey's Avatar

    Have you tried with any other networks? I'd like to narrow this down
    to if it's a network issue or something else.

  2. 3 Posted by mlucas on 14 Oct, 2010 09:21 PM

    mlucas's Avatar

    Sorry for the late response regarding your issue. Is this still an issue that you are currently experiencing? I will be monitoring this page for a reply and I look forward to helping resolve this for you.

    -Matt Lucas
    IMified Support

  3. 4 Posted by F.Torres on 15 Oct, 2010 12:01 AM

    F.Torres's Avatar

    yes, me too. I can't still use the api updateStatus with Yahoo network

  4. 5 Posted by Jack on 15 Oct, 2010 12:28 AM

    Jack's Avatar

    hello
    if the api updateStatus (yahoo) is working, i die immediately. I'm sure that it has still error

  5. 6 Posted by Rooney on 15 Oct, 2010 01:09 AM

    Rooney's Avatar

    i uploaded file updatestatus.php to 110mb.com. But i don't know this hosting can run that file? Do you know? What hosting is best for updatestatus.php?

  6. Support Staff 7 Posted by Adam Kalsey on 15 Oct, 2010 03:32 PM

    Adam Kalsey's Avatar

    Any host that has Curl set up with PHP will work. I'm not familiar with 110mb.com, but you could ask their tech support if they support PHP and curl.

  7. 8 Posted by Rooney on 15 Oct, 2010 04:19 PM

    Rooney's Avatar

    i can run file send.php which use api send of IMified with 100mb.com. But i can't still run file updatestatus.php. So, i think the api updatestatus has still error

  8. 9 Posted by Rooney on 15 Oct, 2010 06:21 PM

    Rooney's Avatar

    please check the api updateStatus again. I'm very very glad if my Yahoo bot has status.

  9. 10 Posted by saeeed zahedi on 25 Feb, 2011 09:24 AM

    saeeed zahedi's Avatar

    hi
    when this api method will work ? I really need that

  10. 11 Posted by Dave Hoff on 07 Mar, 2011 03:19 PM

    Dave Hoff's Avatar

    This is certainly on the list of bugs to get fixed but we do not have a
    definitive timeframe for when work will be complete.

    Dave

    On Fri, Feb 25, 2011 at 4:25 AM, saeeed zahedi <
    ***@tenderapp.com> wrote:

  11. 12 Posted by gveayjygt on 29 Mar, 2012 11:27 PM

    gveayjygt's Avatar

Reply to this discussion

Internal reply

Formatting help or Preview

Attached Files

You can attach files up to 10MB

If you don't have an account yet, we need to confirm you're human and not a machine trying to post spam.