Let’s assume we have a web application that is served through the following domains:
http://www.something.com
http://www.something.co.uk
http://www.something.de
I wonder if there is a way to authenticate user’s facebook account, to get access to their wall from these different domains and use the same facebook application.
I don’t know if I can make that change via facebook application’s settings page or via source code.
(I am using facebook developer toolkit for .NET in asp.net environment)
From my understanding this is easy to do as long as the application that first logs the user in gets all the appropriate permissions to do this the action you want to do.
then all your other domains need to do is use the same app key etc to make its requests to view a users walls and it should happen regardless of the user session even being active.
once a user approves your application to get info to “about me” and “wall” etc the application can do this while the user still has your application id approved on their account.
your application would work this this: