Developing and Testing a Facebook application

后端 未结 8 1427
盖世英雄少女心
盖世英雄少女心 2020-12-12 22:35

Typically I develop my websites on trunk, then merge changes to a testing branch where they are put on a \'beta\' website, and then finally they are merged onto a live branc

相关标签:
8条回答
  • 2020-12-12 23:01

    Another solution is NGROK

    https://ngrok.com/

    It opens a public tunnel to your local app

    Example on my rails application by simply typing

    ./ngrok 3000
    

    I get

    http://630066fe.ngrok.com -> 127.0.0.1:3000 
    
    0 讨论(0)
  • 2020-12-12 23:05

    Best way to do this:

    Remove 'App Domain' from 'Basic Info'

    Set website's 'Site URL' to : "http://localhost/" .

    That simple.

    (This only apply if you don't have a live system running in parallel to the test env. In that case get yourself another key.)

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