I am writing two applications which communicate with the facebook servers. The first one is an ASP .NET application which gets an access token for the user and another console application which runs on a schedule and gets some data from the server. My issue is how to send the access token to the console application since I cannot get a user access token from a pure C# application right?
Tell me more
×
Facebook - Stack Overflow is a question and answer site for
facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
|
|
|
There are many ways to pass data between applications. You can use database, file system if your applications are running on one server. You can also try web service, wcf service or web api in distributed systems. |
|||||
|
