Skip to content
This repository was archived by the owner on Apr 16, 2025. It is now read-only.

Deep Linking

Mohamad Nour Chawich edited this page May 17, 2016 · 6 revisions

WikiAPI ReferenceMiscellaneousDeep Linking

Intro

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.

Resources

App URL Schema

shoutit://{section}?{parameters}

URLs

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

Clone this wiki locally