SC_SocialController

The SC_SocialController that is used to connect the user to one of the social networks.

Basic use:

  1. Use the client instance to get an instance of SC_SocialController by calling SC_Client_CreateSocialController(). Specify the social network that you want to connect to as an argument to SC_Client_CreateSocialController(). Currently, Facebook and Twitter are supported. The identifiers are the following: SC_SOCIAL_FACEBOOK, SC_SOCIAL_TWITTER).

  2. Check whether the user is already connected to the social network by calling SC_SocialController_IsConnectedToSocialNetwork() .

  3. If the user is not connected, connect to the social network by calling SC_SocialController_ConnectToSocialNetwork() .

NOTE: Currently not supported on BlackBerry.