The facebook api 2.0 has a new app scoped user id. I have an app that is using api 1.0. I know it's backward compatible as in the the old users would still have their original global user id, but once they remove the app from their app page and connect to the app again after we upgraded they'll get a new app scoped user id.
So the question is, can I use a user's app scoped user id to trace back or link to his global user id? Or the other way around?
Thanks.