Skip to main content

All Questions

0 votes
0 answers
23 views

How to add SkAdNetwork attribution manually for my iOS application on Unity (frontend) + node.js (backend) to launch an advertising campaign in Meta?

I have a requirement to develop an iOS application in Unity that interacts with a server on Node.js. One of the functions of this application is to display a WebView window. Within this WebView window,...
Sergey's user avatar
  • 1
0 votes
0 answers
41 views

Can we transfer users data from a Consumer app type to Gaming Services app type in Facebook in Unity?

I have a game on Facebook and it is integrated in Unity and it has an app type of Consumer. I also have some users which are already logged into the game using Facebook, and they have some in-game ...
Deep Mevada's user avatar
0 votes
1 answer
468 views

Want player's FB profile pic (DP) getting player's FB gaming pic Unity

I'm working on a game with Unity and FB in this game I wanted to show user FB profile pic. I am doing this FB.API("/me/picture?redirect=false", HttpMethod.GET, GetFBPic); private void ...
Dhiraj Karangale's user avatar
0 votes
1 answer
351 views

How can I make a proper facebook payment in unity3d webGL?

I am trying to make unity webgl game. I'm currently working with my own python django server. But there's few problems I am confronting right now. First, when client completes the payment behavior, ...
yacho's user avatar
  • 45
0 votes
1 answer
275 views

FB Feedshare not working with Unity 2018.4 when .net 4 selected

I have a Unity app which I migrated from 2017.4.32 to 2018.4.9. My app has two sharing functions, one uses FB.ShareLink() and the other FB.FeedShare() After converting from 2017 to 2018 both share ...
Stanley's user avatar
  • 1,441
1 vote
0 answers
108 views

Facebook AppRequests not showing on Windows App

We are using Facebook Windows SDK https://microsoft.github.io/winsdkfb/ in Unity3D UWP platform, because regular Facebook Unity SDK does not support this platform. Everything seems to be working great,...
Pavlo Shchelkun's user avatar
0 votes
1 answer
419 views

Confused about Failed Facebook app review for user_friends permission

We've submitted our app for review to get the Facebook user_friends permission. Our review was rejected with the following comments : While use case and screencast are approvable we could not ...
UltraPotato's user avatar
0 votes
0 answers
32 views

Unity Facebook API Bug (only shows up on Android 6.0+): Facebook is logging in with old accounts on a fresh apk install without asking

I'm currently running into an issue with steps to reproduce this bug as follows: Install the app Login with Facebook Uninstall the app Reinstall the app using the same apk Logout of Facebook and into ...
Scrungo's user avatar
  • 25
0 votes
0 answers
100 views

How to create object using facebook graph api, for unity games?

I'm learning how to use facebook graph API in unity3d game, for creating object to use them in asking gifts from friends playing the game, sending a challenge to invite to play. I tried to add them ...
Pankti Shah's user avatar
2 votes
1 answer
708 views

Facebook graph api doesn't return currency

I have problem getting user local currency and usd-exchange rate from facebook, so this one: https://developers.facebook.com/docs/graph-api/reference/currency/ I'm trying to show my shop prices in ...
LumoT's user avatar
  • 31
-1 votes
1 answer
1k views

Posting links to FB from Unity

I am trying to post a link to FB in Unity using the FB SDK. First I used the example given FB.FeedShare( null, new Uri("https://developers.facebook.com/"), "title", ...
theblitz's user avatar
  • 6,811
0 votes
1 answer
268 views

(#100) Tried accessing nonexisting field (consume) on node type (GamesIAPOrder)

I'm trying implement Payments Lite. Purchase request works without any issues. Same for purchases list. It returns: [ { "purchase_token": "###", "product_id": "###", "app_id": "###", ...
Suvitruf - Andrei Apanasik's user avatar
0 votes
2 answers
196 views

Parse Json Response through Dictionary object

I have Json response through Facebook API like this: Now I want to parse this data so I can use within my game. For this purpose, I have written code up to this: public void OnChallengesButtonClick ...
Siddharth's user avatar
  • 4,282
0 votes
0 answers
239 views

Facebook App Invite Setup for Unity Game

I want to send app invite, so as per current Facebook SDK version its supported or not because I found deprecation related message on their website. FB.Mobile.AppInvite Sending App Invites If its ...
Siddharth's user avatar
  • 4,282
1 vote
1 answer
923 views

Facebook oauth 2.5 expired today = 400 Bad request in prod

Today (April 12th 2018) FB deprecated oauth 2.5 and all of my Unity android game's users got error: "400 Bad Request". I've added the all possible redirect URI's in developer settings and upgraded the ...
Deyan Vitanov's user avatar

15 30 50 per page
1
2 3 4 5
11