Facebook has recently allowed pages to be created without any facebook users associated with them. Facebook also lets these unowned pages sign into applications. How should an application detect and handle this situation?
- Sign out of facebook
- Create new facebook page
- You have a new facebook page, with ID = 249578561746447
- Sign into your facebook App.
- Facebook auth callback returns the current user access token
- STRANGE - User ID is = 100002923107961 (not 249578561746447??)
- ERROR - "/me" connection returns "false"
- ERROR - "/100002923107961" returns "false"
- Frustrating Facebook Auth Documentation doesn't say this is possible
- Frustrating There are no docs about this
- Frustrating Reporting this issue to Faceboook gets blocked - See here
Has anybody else even made a forray into this area yet? How should I go from a magic user with ID 100002923107961 to page with ID 249578561746447?