need help implementing facebook credits

前端 未结 1 1230
终归单人心
终归单人心 2021-01-07 15:46

I\'ve read a few of the other posts on getting started with implementing Facebook credits and I\'ve downloaded the sample code from github: https://github.com/facebook/credi

相关标签:
1条回答
  • 2021-01-07 16:06

    I found out what the problems were:

    1. In order to get this to work, you need to have the company registration filled out.

    2. After that is done (and this was not obvious), you need to actually select the company from the drop down list. This is all done in the credits section.

    3. You must have a secure canvas url set in the basic settings section (i.e. https://example.com/app/index.html)

    4. I'm not sure if you have to have the callback as a secure url in order for the test to work, but it does make sense that this would be required.

    5. The test will not work in sandbox mode.

    Hopefully this will help others that may run into similar problems.

    Now I have to figure out how to get this to work using the facebook-actionscript sdk.

    0 讨论(0)
提交回复
热议问题