0

In Android, there is a way to open Facebook application in a specific event page?

There is a intent to do this?

Lafayette
  • 891
  • 6
  • 10
  • 1
    check out this. you just have to replace the links with you facebook event link http://stackoverflow.com/questions/4810803/open-facebook-page-from-android-app – vcmkrtchyan Apr 11 '15 at 01:48
  • 1
    @Carmine This is exactly what i wanted. I just start a activity with a action view intent direct to fb://event/ and the app opens. Thanks! – Lafayette Apr 13 '15 at 03:20

1 Answers1

0

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.

Wai Ha Lee
  • 8,598
  • 83
  • 57
  • 92
Lafayette
  • 891
  • 6
  • 10