How to open Facebook profile in Android app with numerical user-id -


i want open person's facebook profile in native android app given numerical user id. note not referring vanity url www.facebook.com/person.name.7.

i've tried seemingly every url scheme including following no luck:
fb://page/426253597411507
fb://profile/426253597411507
fb://facewebmodal/f?href=https://www.facebook.com/426253597411507
https://www.facebook.com/n/?426253597411507

does know url scheme works? or way vanity url profile id?

in case loading users profile picture using below code hope may you.

picasso.with(main.this).load("https://graph.facebook.com/" + facebookuserid                                 + "/picture?type=small").resize(80, 80)                         .into(fbpicimageview); 

Comments

Popular posts from this blog

java - Jasper subreport showing only one entry from the JSON data source when embedded in the Title band -

mapreduce - Resource manager does not transit to active state from standby -

serialization - Convert Any type in scala to Array[Byte] and back -