|
|
Freelancer Custom Scripts
Facebook Wall Posting |
|
|
Website
What I need is a simple solution - whenever someone creates a user profile on my website, a message on his/her wall is written so his/her friends can know how great and glorious my website is. Of course, the user should be asked if he/she wants this posted on his wall.
Ive been reading about all these FBML, APIs, Javascript and klingon and wrappers and the more I read the more confused I get. What I want is a simple solution, something a redneck would understand.
I want to go for a stream publish:
$status=$fbt->facebook->api_client->stream_publish($message, $attachment, $action_links);
does not work ok - says I dont have a permission.
How to ask the user for a permission?
From where i can change the permission to allow the posting on the facebook wall????
|
|