How to update facebook status by http request

Posted by Narjes on Stack Overflow See other posts from Stack Overflow or by Narjes
Published on 2010-04-09T02:40:38Z Indexed on 2010/04/09 2:43 UTC
Read the original article Hit count: 422

Filed under:
|
|
|
|

I try to send http request like: ..."POST http://api.facebook.com/restserver.php?method=facebook.users.setStatus&api_key=762ec91e7987aaeaee7e2cdfdfcb3c30&call_id=$call_id&sig=$s&v=1.0&uid=1533439618&status=44 HTTP/1.1";.... but I receive nothing...

in twitter I success: .. "POST ht tp://twitter.com/statuses/update.xml?status=123123 HTTP/1.1" ...

© Stack Overflow or respective owner

Related posts about php

Related posts about facebook