Hi,

   I developed an android app to post the content on facebook. I am able to 
do it.
   Now i want to tag the same content on facebook business page. How can i 
do?

This is my code to share post : 

         ShareLinkContent linkContent = new ShareLinkContent.Builder()

        
        .setContentDescription(textToShare.toString())
        .setContentUrl(Uri.parse(url))

        .build();


        Now I wants to tag it on facebook buisness page, Is it possible?and How?


Thanks,

-- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
To post to this group, send email to android-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/49a1addd-da8c-4a64-8062-2e585770ed34%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to