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) ____