In Android, there is a way to open Facebook application in a specific event page?
There is a intent to do this?
In Android, there is a way to open Facebook application in a specific event page?
There is a intent to do this?
If the app is installed just create an action view intent direct to "fb://event/" and the app will open.
If it isn't, this will throw an exception.
Alternative: use the direct url of the facebook event, and the browser will open.