Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

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.

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.