- Subscribe to RSS Feed
- Mark Thread as New
- Mark Thread as Read
- Float this Thread for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
How to set 2 urls into callback_url option?
I want make workflow:
1) User clicks install app
2) My app does Oauth Flow
3) I redirect user to manapy_app_url, where user pass registration in my system and add snippet on his site.
4) After configuration, i want redirect user to ' publish' URl, where he willl able to publish site and activate snippet.
__ I don't know how to do it
{ "manifest": "1", "version": "1.1.9", "callback_url": "https://dev.test.com/api/developer.dev/web/integration/weebly/auth", "oauth_final_destination": "manage", "manage_app_url" : "https://dev.test.com/api/developer.dev/web/integration/weebly/manage", "scopes": ["read:site", "write:site"], "locale": { "default": "en-us", "supported": ["en-us"] } }
With this manifest i can do 3 step, but final redirect after settings of my app will be to callback_url":"https://www.weebly.com/app-center/myApp", how can i redirect user to publish url or make auto-publish site adter adding snippet?
The only solution i saw now, is to make hard_code link to "https://www.weebly.com/editor/main.php"
i use "oauth_final_destination": "manage", to show settings of app afrer OAUTH Flow, but if i set such, the JWT token will have callback_url to https://www.weebly.com/app-center/myApp. I need, that JWT token will have callback_url to 'publish'
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report
- Subscribe to RSS Feed
- Mark Thread as New
- Mark Thread as Read
- Float this Thread for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report