Search Unity

  1. Welcome to the Unity Forums! Please take the time to read our Code of Conduct to familiarize yourself with the forum rules and how to post constructively.
  2. Dismiss Notice

facebook update

Discussion in 'Unity Analytics' started by unitylicense19, Oct 8, 2020.

  1. unitylicense19

    unitylicense19

    Joined:
    Aug 29, 2018
    Posts:
    32
    https://developers.facebook.com/blog/post/2020/08/04/Introducing-graph-v8-marketing-api-v8
    Developer Action Required
    Changes to tokenless access for User Picture and FB/IG OEmbed endpoints: By October 24, 2020, developers must leverage a user, app, or client token when querying Graph API for user profile pictures via UID, FB OEmbeds and IG OEmbeds.

    Following is the new Unity facebook SDK update
    v8.0.0 Facebook SDK
    Modified:
    • Added method SetAdvertiserTrackingEnabled to overwrite the advertiser_tracking_enabled flag
    • Bumped native SDK version to 8.0.0
    • Bumped Graph API version to 8.0
    • Fixed lock up issue in Facebook Login
    According to above post, facebook is forcing some changes by October 24, and according to v8.0.0 facebook sdk update unity as used the new Graph API version also, are all the changes forced by facebook are handled internally by unity? or client side we need to change anything in script?
     
  2. JeffDUnity3D

    JeffDUnity3D

    Unity Technologies

    Joined:
    May 2, 2017
    Posts:
    14,446
    A valid point, but unfortunately this forum and the Analytics team doesn't handle the Facebook SDK. You will likely need to contact Facebook. Perhaps someone else may be able to answer here.
     
  3. unitylicense19

    unitylicense19

    Joined:
    Aug 29, 2018
    Posts:
    32
    But what does the following mean,
    • Bumped Graph API version to 8.0
    Its from the Unity Facebook Plugin right, so i thought unity has handled the change required internally
    According to facebook some token passing method is changed, and currently we dont use
    AccessToken given by facebook SDK anywhere in client, so i thought it will be used inside the unity facebook plugin
     
    Last edited: Oct 9, 2020
  4. JeffDUnity3D

    JeffDUnity3D

    Unity Technologies

    Joined:
    May 2, 2017
    Posts:
    14,446
    Not sure, this is the Analytics forum. I'm not familiar with the Facebook Plugin.
     
  5. unitylicense19

    unitylicense19

    Joined:
    Aug 29, 2018
    Posts:
    32
    Can you suggest under which category i should be posting this question
     
  6. SamOYUnity3D

    SamOYUnity3D

    Unity Technologies

    Joined:
    May 12, 2019
    Posts:
    600
    This plugin is provided by Facebook, https://assetstore.unity.com/packages/3d/characters/facebook-sdk-for-unity-beta-10989

    According to Facebook's description, you can get more relevant information through the following ways.
    https://developers.facebook.com/docs/unity/
    latest packages and bug fixes please check here: https://developers.facebook.com/docs/unity/downloads/

    Questions/problems: try the facebook-unity-sdk tag on stackoverflow.com