Setup:
I am having problems with setting app Facebook authentication on my website. I have created several FB apps, one for each environment: PROD, STAGE and DEV. Our PROD website instance is running on one IP address, while STAGE and DEV are running on another instance. I have exact same integration code deployed in PROD, STAGE and DEV, with the only difference that they are pointing to the corresponding FB apps (PROD, STAGE and DEV).
Issue: While STAGE and DEV seem to work fine, any time I am logging in from our PROD instance, Facebook returns an empty user token. Actually, it only works for 1 or two times, and then FB starts returning empty user tokens. The actual error is: ""An active access token must be used to query information about the current user.""
We are using Facebook PHP SDK (v.3.1.1) dated 08.04.2012 on GitHub.
I have tried pointing our STAGE and DEV instances to work with the PROD facebook app, but am getting the same results.
Can it be the my PROD IP address is somehow locked/blocked by Facebook or is there another issue here?
Thanks in advance for your help and suggestions.