I\'m trying to implement Facebook\'s Deep Linking feature on my app and encountered the following scenario:
I have an activity called MainActivity which is declared like
You need to have more information in your intent filter:
This will capture links going to your site (make sure to change the URL), and direct them to whatever Activity you define this intent filter under.