Reputation: 13773
Has anybody done the equivalent of this PHP solution for dealing with expired access tokens in Facebook in C#?
Upvotes: 2
Views: 408
Reputation: 31870
I'd suggest using the Facebook Javascript SDK and use the FB.getLoginStatus to redirect the user to the right functionality. I've found that moving things out of C# code into clientside Javascript has really sped up my user experience. It's amazing what you can get done in it.
Upvotes: 3