Skip to content

arkms/Unity---Simple-Facebook-and-Twitter

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 

A simple social manager for Facebook and Twitter for Unity, Cross platform

Works in PC, MAC, Linux, Android, iOS, Windows Phone and BlackBerry

  • Share Score

    • Facebook:Social.FacebookManager.Share("My new recod is: " + Score, "This is my new record", "This is a good game");
    • Twitter: Social.TwitterManager.Share("My new recod is: " + Score + " in RingFever");
  • Like Facebook Page:

    • Social.FacebookManager.LikeGame(true);
  • Follow in Twitter

    • Social.TwitterManager.FollowTwitter();

CONFIGURATION

In TwitterManager.cs and FacebookManager.cs,, you need change some variables, there are in top for easy and fast access Like you APPID of Facebook, URL of you image icon, and other ones.

NOTE of normal version:

In Androids with Twitter can use the Twitter APP and for follow you can call Facebook APP In iOS can use Native Facebook and Twitter APP

NOTE of lite version

This force use always web method, so you can ignore the param "WebOnly",, in normal version you only need define WEBONLY in top of both scripts.

Any problem can ask in Issues

About

A simple social manager for Facebook and Twitter for Unity, Cross platform

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published