The following code works to start the Facebook app, but I want to start the Facebook app AND and have it go to a certain page (LDS Scriptures Premium | Facebook). What modification to the code below would need to be done to accomplish this? Thanks.
Dim pm As PackageManager
Dim in As Intent
in = pm.GetApplicationIntent("com.facebook.katana")
StartActivity(in)
Dim pm As PackageManager
Dim in As Intent
in = pm.GetApplicationIntent("com.facebook.katana")
StartActivity(in)
Last edited: