Article: Autheticate User's login account using FaceBook API in ASP.Net Website
Hi, I'm using your API to connect to Facebook.
However, the latest version or update of Facebook (Version 20.0) when I use its API and make a call with a user and then try to make another call with another user, it is returning the data from the first user.
This new version, do I have to make any new method calls?
The API_Key and API_Secret are from my Facebook API! However, when a user connects to the system using their Facebook account, the first user connects normally, but when a second user tries to connect, the Facebook screen displays the information of that second user and requests permission to connect to your account in the system with his Facebook account, but what is returning me is the previous user's data! Even when using different browsers!
Could you help me?