You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update connect app when site settings are updated and during install
so that we control the proper urls. Laid groundwork for handling
connect user declining to give OpenVBX Access.
Updates for Presence integration. Lays foundation for using Twilio
Presence to track online users. Better handles long start-up of
Client on first iframe page load.
Better sub-account handling with new PHP API library.
Minor usability tweaks.
Copy file name to clipboardexpand all lines: INSTALL.markdown
+3-4
Original file line number
Diff line number
Diff line change
@@ -119,10 +119,9 @@ When creating your application use these settings:
119
119
120
120
1.**Friendly Name:** Any name that makes sense to you.
121
121
1.**Company Name & Description:**_Optional_. Anything that makes sense to you.
122
-
1.**Homepage URL:** The full url to your webroot. ie: _http://example.org_
123
-
1.**Authorize URL:** The path to OpenVBX's Authorize Callback. ie: _http://example.org/authorize/connect_
124
-
1.**Deauthorize URL:**_Not used. Leave blank_.
125
-
1.**Access Required:** Get All & Post All.
122
+
1.**Homepage URL & Authorize URL:** The full url to your webroot. ie: _http://example.org_ - these will be updated by OpenVBX during the install process.
123
+
1.**Deauthorize URL:**_Leave blank_. This will be set by OpenVBX during install.
124
+
1.**Access Required:** Select "Read all account data" & "Charge account for usage".
0 commit comments