Hi,

Like it's written in this page (http://www.ape-project.org/wiki/
index.php/Libape-controller), in test.html, the autor write
'channel':'<?=bob_id()?>'. So I would like to do the same and send to
an user a message.

$pubid is the ID of the user, but APE returns me
[{"time":"1269395074","raw":"ERR","data":"code":"401","value":"UNKNOWN_CHANNEL"}}]

$cmd = array(array(
       'cmd'    =>    'inlinepush',
       'params'=>    array(
           'password'     => 'testpasswd',
           'raw'         => 'donnee',
           'channel'     => $pubid,
           'data'         => array(
               'content' => $msg
           )
       )
   ));

What can I do ? Thnx.

-- 
You received this message because you are subscribed to the Google
Groups "APE Project" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/ape-project?hl=en
---
APE Project (Ajax Push Engine)
Official website : http://www.ape-project.org/
Git Hub : http://github.com/APE-Project/

To unsubscribe from this group, send email to 
ape-project+unsubscribegooglegroups.com or reply to this email with the words 
"REMOVE ME" as the subject.

Reply via email to