Greetings,
I’m here to introduce our latest version of Facebook plugin for Unity3d, that works on both iOS and Android.
The product is at http://www.neatplug.com , under “Social” section.
FEATURES ADVANTAGES:
-
Managed scoring system, a lot scoring related work is taken care of by the plugin, so you don’t have to worry about what score should be posted, or whether current score is the “best”, the plugin will serve you as an intelligent agent, just call FacebookSNS.Instance().PostScore(int score), that’s it.
-
Login is not required for you to make any posting actions, (e.g. posting scores, achievements, messages, screenshots, images…), the plugin will prompt the user at the right time for authenticating or asking for the publish permissions to post if necessary, and after login, the posting actions will continue, That serves lazy guys…
-
Cached session mechanism for reducing the times of authentication for the user, the plugin talks directly to the Facebook App on the device (or a browser if the facebook app absent), and the session state in app will be automatically synchronized with the external facebook App (or browser cookies).
-
User profile, user’s friends, user’s likes and the scores information about the user and his / her friends, can be automatically retrieved on demand, that makes your codes as short as possible.
-
Posting a screen shot or an image can’t be easier, a call for FacebookSNS.Instance().PostScreenShot() / PostImage() will do, and you can specify the description for the screen shot / image when calling.
-
[NEW!] A single line of code to show the native-style leaderboard! You don’t need to build your own leaderboard any more!
-
Of course you can reach out to the maximum posting flexibility by calling the RequestGraph(…) to make raw graph requests to Facebook.
-
Now you can invite the user’s friends to use your App using this plugin just like a snap! The recipients can be easily redirected to your App download page at App Store by simply tapping on the invitation request in their Facebook App installed on device. So let the users propagate your game socially!
-
Sending App Requests to any recipients is as easy as a single line of function call, achieve goals like Match making, turn-based game notifications, virtual item gifting… and so on. You should definitely check out this new feature if you are a game developer that wants to greatly engage your users in your game.
-
Having the user like a page is made easy, the feature is seamlessly built on SSO so there’s no additional authentication needed when liking a page.
-
Native Facebook Dialogs are completely accessible through your Unity code, ShowFriendPicker() is a handy feature that enables you to easily pop up a friend selector in Native Facebook SDK style and use it to get the friend selection for further posts, invites or requests, and it has been enhanced on top of what the SDKs can provide: search box added, maximum selection limit and so on; PostStoryWithFeedDialog() allows your App to post a story to the user’s or his / her friend/s timeline with user inputs.
-
Enhanced security mechanism allows you to post scores / achievements to your own server, to provide maximum flexibility that enables adding high-score triggered event / notification delivery or data manipulation on your own user base, etc… And also a relatively secure request validation approach is provided to validate if the posted scores / achievements are validly from your App. Another important feature for security is that the plugin doesn’t make use of your App Secret, so you don’t need to worry about leaking of the private information in a distributed client.
-
The plugin works on both iOS Android systems, without modifying a single line of code.
-
Automatically supports Vuforia AR when it is found in your project, no need to manually modify AndroidManifest.xml, save you a lot of headaches!
-
The plugin works very well with Vuforia and other plugins that occupy the main launcher on Android, we guarantee that we will help resolve the conflicts you found in AndroidManifest.xml when you integrate it.
Know more advantages and how to integrate, check out the Integration Guide.
Hope this plugin helps you!
NeatPlug Mobile Solutions
http://www.neatplug.com
Customer Services: service@neatplug.com
Tech Support: support@neatplug.com