Search Unity

  1. Megacity Metro Demo now available. Download now.
    Dismiss Notice
  2. Unity support for visionOS is now available. Learn more in our blog post.
    Dismiss Notice

Facebook for Android

Discussion in 'Assets and Asset Store' started by scinfu, Mar 16, 2011.

  1. scinfu

    scinfu

    Joined:
    Oct 23, 2008
    Posts:
    404
    A simple and complete plugin for facebook for Android . With examples in C# ad JS that show the majority of the functions !!!. You will need to setup your an app at http://www.facebook.com/developers/apps.php. Once your application is setup, you will need to Call FacebookPlugin.Init(FB_ID) with your Application ID and after you will successfully be able login (call FacebookPlugin.login()) and post to the user's wall .

    Methods :
    init
    login
    logout
    postMessageOnWall
    postMessageOnWallDialog
    postImageOnWall
    postImageOnWallPath
    isLoggedIn
    getFriend
    getPlayerNameId



    Link to Facebook for Android