Re: [android-developers] How to tag post on facebook business page.

2016-06-09 Thread Sushil Dhamal

>
> Is there any one who known how to tag company page on facebook using 
>> android app ,
>
> By using Open Graph API facebook.

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/ce08c74c-b733-4959-b2e7-c4a324359487%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [android-developers] How to tag post on facebook business page.

2016-06-08 Thread Sushil Dhamal
If there is other way please let me known,

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/483b6785-d5e6-4817-bb71-c3fc0a5ea4a0%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [android-developers] How to tag post on facebook business page.

2016-06-08 Thread Sushil Dhamal

>
> OK I will check 
>
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/5568b0fb-92b2-412c-a08f-790519e34bb0%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [android-developers] How to tag post on facebook business page.

2016-06-08 Thread Sushil Dhamal

>
> Hey,
> sardar khan


   It is possible to add post as well as tag on business page at the same 
time.Because I don't get method as such.

Thanks,
I will try as your say. 

-- 
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/1ece27ae-c604-43da-95ed-e55e2c76b498%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] How to tag post on facebook business page.

2016-06-08 Thread Sushil Dhamal
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.