FacebookPostOnMyWall
Description
Post a message on your wall. This will display a dialog where the user can enter a specific message. This command is currently only supported on iOS and Android.
Definition
FacebookPostOnMyWall ( szLink, szPicture, szName, szCaption, szDescription )
void agk::FacebookPostOnMyWall ( const char* szLink, const char* szPicture, const char* szName, const char* szCaption, const char* szDescription )
Parameters
- 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.