Facebook now allows pages to be created without any associated Facebook users. These unowned pages are also able to sign into applications. How can an application identify and manage this scenario?
- Logout of Facebook
- Create a new Facebook page
- You have successfully created a new Facebook page with ID = 249578561746447
- Login to your Facebook app.
- The Facebook authentication callback returns the current user's access token
- ODD - User ID is = 100002923107961 (instead of 249578561746447??)
- ERROR - "/me" connection returns "false"
- ERROR - "/100002923107961" returns "false"
- Disappointing Facebook Auth Documentation does not mention this possibility
- Disappointing There are no guidelines regarding this issue
- Disappointing Reaching out to Facebook for assistance results in being blocked - See here
Has anyone delved into this realm yet? How can I transition from a magic user with ID 100002923107961 to a page with ID 249578561746447?