Instagram and Twitter share image and text with intent

A little code to share an image to instagram using an intent. Hope it's usefull :) Dim u As Uri 'ContentResolver library u.Parse("file://" & File.Combine(a, "tmpfile.jpg")) Dim inten As Intent Dim tmpt As String = "your text" inten.Initialize(inten.ACTION_SEND,"") inten.SetType("image/*")...

6 Oct 2014 ... Android Code Snippet Instagram and Twitter share image and text ... Does anyone know how to share an image an intent to the facebook app?

Lee mas