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
Copy file name to clipboardExpand all lines: src/pages/authorization/agent-authorization/index.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -238,7 +238,7 @@ const get_customers = () => {
238
238
239
239
</CodeSample>
240
240
241
-
To make it work, run this app on localhost or [deploy it to Firebase](/getting-started/livechat-apps/#creating-livechat-apps) to host it. Update `index.html` with your own `redirectUri` (link to your app) and `clientId`.
241
+
To make it work, run this app on localhost or [deploy it to Firebase](/guides/livechat-apps/#creating-livechat-apps) to host it. Update `index.html` with your own `redirectUri` (link to your app) and `clientId`.
242
242
Make sure to use the exact same Redirect URI in Developer Console. Also, to use the **Get Customers** method, your app needs the `customers:ro` scope, which you should select in Developer Console.
243
243
When everything is ready, install the app privately for your license.
Copy file name to clipboardExpand all lines: src/pages/authorization/authorizing-api-calls/index.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,7 +34,7 @@ Decide which authorization flow to choose based on your use case.
34
34
|**Building public server-side apps**|[Sign in with LiveChat](/authorization/sign-in-with-livechat), [Authorization code grant](/authorization/agent-authorization#authorization-code-grant)|
35
35
|**Building private server-side apps**|[Personal Access Tokens](/authorization/agent-authorization#personal-access-tokens) for the personal use of the app, [Sign in with LiveChat](/authorization/sign-in-with-livechat) or [Authorization code grant](/authorization/agent-authorization#authorization-code-grant) for all agents within a license |
36
36
37
-
Read more about [creating LiveChat apps](/getting-started/livechat-apps/#creating-livechat-apps) or go straight to <ahref="https://platform.text.com/console/"target="_blank"rel="noopener noreferrer">Developer Console</a> and start building.
37
+
Read more about [creating LiveChat apps](/guides/livechat-apps/#creating-livechat-apps) or go straight to <ahref="https://platform.text.com/console/"target="_blank"rel="noopener noreferrer">Developer Console</a> and start building.
0 commit comments