com.lampa.startapp
com.lampa.startapp copied to clipboard
facebook about page
hello , when i tried to use this code , i get the about section of the facebook page. can you please help me i want to go to the home
section of the page
startApp.set({ /* params */
"action": "ACTION_VIEW",
"uri": "fb://facewebmodal/f?href=https://www.facebook.com/TunPark/"
}).start();
@bigbossmaher Hi i think that you can use the uri to fin the aplication inside the device.. for facebook is "com.facebook.katana"
inside the code its looks like..
startapp.set({ "application": "com.facebook.katana" }).start();
and if you are using .JS you can use Intent it can help you. https://es.stackoverflow.com/questions/68903/intent-para-abrir-perfil-de-con-la-app-de-facebook-mediante-page-id-android