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.

We're using the facebook SDK to install multiple facebook applications simultaneously, but sometimes not all apps are installed. It appears there is some limitation or bug regarding the number of facebook applications we can install at a time (on facebook's side).

For the time being we've implemented a workaround, which includes waiting for a few seconds between each app installation, but obviously that's not a solution and it's also not working properly.

Has anyone encountered such a problem? What did you do with it?

Thanks!

Relevant Installation Code:

 FB.api('/'+pageId+'/tabs?access_token='+pageAccessToken, 'post', params, 
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.