Facebook plugin bug in data

0 favourites
  • 6 posts
From the Asset Store
Data+ is the best Data Management solution for Construct 3. It contains 4 Addons (Plugin & Behavior).
  • Problem Description

    ____ The Facebook plugin not properly returns the values for FirstName, LastName and UserID. For FirstName, LastName returns "Undefined" and for UserID returns an incorrect ID. For FullName returns the correct value. ____

    Attach a Capx

    __https://drive.google.com/file/d/0By6Zsu5PkluMdnFfYUhWblNablk/view?usp=sharing

    Play online project: vlakdo.com/gameDemo/FacebookTest

    Description of Capx

    ____ Pressing the button "Log In Facebook" executes the login to facebook and pressing the "Show user data" button show the user data corresponding to the account. ____

    Steps to Reproduce Bug

    • Press the "Log In Facebook" button.
    • Pressing the "Show user data" button. Observed Result ____ Displays the following information in the text boxes: FirstName: undefined LastName: undefined FullName: returns the correct user name UserID: Returns a number that does not match the real user ID When the profile image of the user obtained is loaded with UserID does not show correct. ____ Expected Result ____ Should load the correct data in the appropriate text boxes and load the correct profile image ____ Affected Browsers
      • Chrome: (YES)
      • FireFox: (YES)
      • Internet Explorer: (YES)

    Operating System and Service Pack

    ____ Windows 7 Professional 64 bits (6.1, compilation 7601) ____

    Construct 2 Version ID

    ____ Release 233 (64-bit) ____

  • Try Construct 3

    Develop games in your browser. Powerful, performant & highly capable.

    Try Now Construct 3 users don't see these ads
  • Ashley we are having the same issue

  • same problem, looks like the Facebook plugin isnt working anymore

  • Looks like Facebook made a breaking change again... should be fixed in the next build.

  • One more thing, the profile picture problem was due to user IDs no longer fitting in numbers! To solve that the next build adds new expressions to get the user ID as a string. If you use the new user ID string expression for the profile picture URL, it works.

  • Ashley, thank you for your assistance, I made the modification on facebook plugin string changing the type to UserID and now if returning the correct ID.

    Stay tuned for that in a future Release solve the problem with FirstName and LastName data.

    Thank you so much!

Jump to:
Active Users
There are 1 visitors browsing this topic (0 users and 1 guests)