user517406
user517406

Reputation: 13773

Facebook handle expired access tokens

Has anybody done the equivalent of this PHP solution for dealing with expired access tokens in Facebook in C#?

Upvotes: 2

Views: 408

Answers (1)

DMCS
DMCS

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

Related Questions