Facebook AS3 API publishPost() problem

Posted by Alberto Moura on Stack Overflow See other posts from Stack Overflow or by Alberto Moura
Published on 2010-04-17T18:14:23Z Indexed on 2010/04/17 18:23 UTC
Read the original article Hit count: 660

Filed under:
|
|
|
|

I'm trying to finish a facebook app using the AS3 API. Im having trouble when using the publishPost (message, attachment, action_links, target_id, uid) function.

I can get it to post on the user's wall setting the uid=user.uid BUT I can't make it post on the user's friends wall!

Setting the target_id=friend.uid isnt working for me I've also tried uid=friend.uid / target_id=friend.uid, uid=friend.uid/ I have granted ExtendedPermission(ExtendedPermissionValues.PUBLISH_STREAM) as in the documentation.

I repeat: I can make it post on the current user´s wall but not on its friends'.

Can someone help me with this?

© Stack Overflow or respective owner

Related posts about facebook

Related posts about actionscript