FacebookPostOnFriendsWall
Description
Post a message on the wall of a friend. This will display a dialog where the user can enter a specific message. This command is currently only supported on iOS and Android.
Definition
FacebookPostOnFriendsWall ( szID, szLink, szPicture, szName, szCaption, szDescription )
void agk::FacebookPostOnFriendsWall ( const char* szID, const char* szLink, const char* szPicture, const char* szName, const char* szCaption, const char* szDescription )
Parameters
- ID - ID of the friend.
- link - link to a URL, this must match the URL given to Facbook in the Website with Facebook Login section.
- picture - link to a picture.
- name - name to be displayed.
- caption - caption.
- description - description of post.