This repository was archived by the owner on Apr 16, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Deep Linking
Mohamad Nour Chawich edited this page May 17, 2016
·
6 revisions
Wiki ▸ API Reference ▸ Miscellaneous ▸ Deep Linking
Shoutit mobile clients should expect to be opened on specific screens. Those requests come mainly from Shoutit Webapp and and various advertising campaigns like Facebook Ads. Notifications can also have a app_url property to help the mobile client directing the user to the right screen once clicked.
shoutit://{section}?{parameters}
| Section | URL | Notes |
|---|---|---|
| Home | shoutit://home |
|
| Discover | shoutit://discover |
|
| Discover Item | shoutit://discover?id={discover_item_id} |
|
| Browse | shoutit://browse |
|
| Search | shoutit://search |
|
| Chats | shoutit://chats |
|
| Public Chats | shoutit://public_chats |
|
| Conversation | shoutit://conversation?id={conversation_id} |
|
| Settings | shoutit://settings |
|
| Notifications | shoutit://notifications |
|
| Profile | shoutit://profile?username={profile_username} |
|
| Shout | shoutit://shout?id={shout_id} |
|
| Create Shout | shoutit://create_shout?type={shout_type} |
shout_type can be either offer or request
|