Questions tagged [facebook-unity-sdk]

Questions related to Facebook's SDK for building Facebook apps with Unity

The Facebook SDK for Unity provides a collection of Facebook's social features to Unity apps, allowing them to integrate closely with Facebook features and data

Resources


Related tags

604 questions
0
votes
0 answers

files needed for build don't get copied into xcode project folder with facebook unity sdk

we are using the facebook unity sdk (4.3.3) for a project. Building and running works fine but since we have to handover the xcode project to our client for him to sign the app and push it into the store it is a problem that needed files are not…
Simon
  • 1
  • 1
0
votes
1 answer

For Facebook SDK / Unity / Android Login setting on Facebook site:

What setting should the Login enable / disable be set to for a android game for unity in the settings on the facebook dev app settings????
Jason Pietka
  • 181
  • 1
  • 3
  • 16
0
votes
1 answer

Unable to edit Facebook configuration parameters

I made a unity web build of my game and uploaded it to a secure parse server. I made all the settings to integrate it with Facebook. All Facebook functions are working fine, but the changes made to the web build are visible if the web build is…
Nikhil
  • 467
  • 10
  • 22
0
votes
1 answer

Unity3d Facebook SDK: properties on iOS don't get published

we are working on share functionality for our unity game using the Facebook Unity SDK. We are using FB.Feed for our post and share additional links at the end of the post using the 'properties' parameter and sending a Dictionary. This works nicely…
Simon
  • 1
  • 1
0
votes
1 answer

Unity Facebook SDK FB.Login not functioning properly

When calling FB.Login from the unity facebook plugin (I've tried 4.2.4 and 4.3.3) from within a canvas facebook web app, the callback function is never called when the user hits Cancel when prompted by the facebook dialog to accept the permissions…
0
votes
1 answer

How to do web communication between unity player and browser with facebook-unity integration?

With the Facebook Unity SDK, how do I get access to the unity player object, so that I can call UnityObject.SendMessage() from the browser to the unity player? Similar to the section described here: Calling Unity web player content functions from…
0
votes
0 answers

Facebook Login Crash

The app crash after the Login is called E/AndroidRuntime( 9240): FATAL EXCEPTION: main E/AndroidRuntime( 9240): java.lang.Error: FATAL EXCEPTION [main] E/AndroidRuntime( 9240): Unity version : 4.2.1f4 E/AndroidRuntime( 9240): Device model …
0
votes
1 answer

Facebook unity SDK errors

I have downloaded FacebookSDK-130924 unity package and when i import the package i got following errors: Assets/Facebook/Scripts/FB.cs(218,37): error CS0117: UnityEngine.Security' does not contain a definition for …
0
votes
0 answers

Facebook SDK for Unity: Login doesn't let user specify a urlSchemeSuffix

With the previous plugin, we were able to specify a url scheme suffix, so when the OS switches back from FB to Unity, it will launch the correct app (in case you have 2 apps sharing fb id). We have a free and paid version of an app, and we append…
Klaus Rubba
  • 169
  • 1
  • 11
0
votes
0 answers

FbUnityInterface.mm - Lexical or Preprocessor issue

In the last two facebook sdk updates (4.2.1, 4.2.4), i get the error specified in the title. I just slap in this at the top of the file: #define USE_NEW_APP_CLASS_NAME 1 and it seems to fix it and run fine. Just wondering if there is some other way…
Klaus Rubba
  • 169
  • 1
  • 11
0
votes
1 answer

Unity3d official sdk FB.UI

In the documentation there is a page describing this method: FB.UI I downloaded this plugin, there are other methods like FB.AppRequest, FB.Init, FB.Feed, But no FB.UI. Isn't it implemented yet?
0
votes
3 answers

About Getting Started with the Facebook SDK for Unity

I am trying the new Facebook SDK for Unity and I would like to deploy the example included in this SDK but like I am not running any web server. I installed the Python software in the default path (C:\Python33) and the I created web.py file and…
0
votes
1 answer

loadandverifyassembly error in Facebook script

I recently downloaded the latest FB SDK for unity and imported the asset package in my demo game project in unity ver. 4.0(windows) As soon as i import all the files i face some errors in FB.cs script file . Kindly let me know how to eradicate these…
Nikhil
  • 467
  • 10
  • 22
0
votes
1 answer

Facebook App Center on Desktop Game

I've been developing a desktop PC game in Unity which connects to Facebook in order to post messages about the player's progress (high score etc). The chosen method of how the app integrates with Facebook is currently set to "Website with Facebook…
-1
votes
1 answer

Unity Facebook SDK Login, served with Django encounters CORS/CORB issues on Chrome

I am trying to get a very simple Unity application (Unity Version 2019.4.20f1 Personal) to authenticate with Facebook's SDK for unity. I have set up a local HTTPS server (with self-signed certificates) using Django & Gunicorn (Yes, not ideal, but…
Chiah Soon
  • 507
  • 5
  • 18