Neden benim Facebook erişim belirteci aniden çalışmayı durdurdu?

0 Cevap php

I have an iframe Facebook application that uses the Facebook PHP SDK to authenticate and make api calls. During authentication, the user is prompted for Basic Info and Offline Access. If they allow my app access, Facebook redirects them back to my app and provides a session array, which contains access_token and an expires value of 0. At this point I save this session array to the database, and on subsequent pages, I fetch it and pass it to $facebook->setSession(). After that I make api calls. Everything was working fine last night for me, then this morning when I refreshed my browser, I get this Exception: OAuthException: Error validating access token.

Ben de oturum dizisi geçirerek denedim, ve bunun yerine $facebook->api() için belirteç doğrudan erişimi geçen ama aynı hatayı alıyorum ettik. Anladığım kadarıyla, bu erişim belirteci her zaman, çünkü verildi çevrimdışı erişim izni geçerli olmalıdır. Herhangi bir fikir neden bu aniden durmasına istiyorsunuz?

0 Cevap