how to set the permission to a user for stream publishing in facebook?
Posted
by saranraj
on Stack Overflow
See other posts from Stack Overflow
or by saranraj
Published on 2010-05-24T11:26:21Z
Indexed on
2010/05/24
11:31 UTC
Read the original article
Hit count: 220
Hi, I would like to post the stream from my website to facebook user wall by using facebook API..
- I have created the facebook application
- posted the stream by application admin .. passed the parameter which required to this function..
$this->facebook->api_client->stream_publish($comments,'From:blinkbee.com',$action_link,$f_user_id,$f_user_id);
3.sucessfully posted the stream..
4.Then i changed the target_id and user_id of other users.. it showing the error like "USERID" does not resolve to a valid user ID..
5.i dont know how to set the permission to other users..
Please help me to solve it soon.. thanks saran http://careerjobz.com
© Stack Overflow or respective owner