https://github.com/gameworkstore/facebook-sdk-unity
Unity NPM version of Facebook SDK! This repository applies the same license terms of the original version. (https://github.com/facebook/facebook-sdk-for-unity)
https://github.com/gameworkstore/facebook-sdk-unity
Last synced: 12 months ago
JSON representation
Unity NPM version of Facebook SDK! This repository applies the same license terms of the original version. (https://github.com/facebook/facebook-sdk-for-unity)
- Host: GitHub
- URL: https://github.com/gameworkstore/facebook-sdk-unity
- Owner: GameWorkstore
- License: other
- Created: 2021-02-16T06:34:58.000Z (over 5 years ago)
- Default Branch: upm
- Last Pushed: 2021-12-21T00:46:26.000Z (over 4 years ago)
- Last Synced: 2025-03-01T13:42:20.902Z (over 1 year ago)
- Language: C#
- Size: 5.72 MB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Game Workstore Facebook SDK for Unity NPM
Unity NPM version of Facebook SDK! This repository applies the same license terms of the original version.
Original version: [facebook-sdk-for-unity](https://github.com/facebook/facebook-sdk-for-unity)
# Installation
- Add following dependency to `Packages/manifest.json` in your project;
```json
{
"dependencies": {
"com.google.external-dependency-manager": "git://github.com/GameWorkstore/com.google.external-dependency-manager#1.2.165",
"com.gameworkstore.facebooksdkunity": "git://github.com/GameWorkstore/facebook-sdk-unity#9.2.0000"
}
}
```
> For the official plugin, check out the [original repository](https://github.com/facebook/facebook-sdk-for-unity)
for update package for a newer version, change the #version at the end of the link to the release/tag on this page.
# FAQ
## About Facebook Developer Page Settings
For Unity Android games, add on facebook settings your packageName (com.example.etc) and your activityClass from manifest.
Go to advanced settings and enable "Native or desktop app?" to true. Respond "Is App Secret embedded in the client?" to false.
Don't include your client secret if not necessary in the app.
Convert SHA1 from GooglePlay console keysigns to KeyHash using this site:
http://tomeko.net/online_tools/hex_to_base64.php
## About GooglePlay reject default manifest
Change on the generated manifest the application xml node line android:debuggable value:
```
```
to false, that is it:
```
```