facebook-share

Share With Facebook Not Working Anymore on iOS 11

不羁岁月 提交于 2019-12-01 01:47:35
I Use Facebook SDK For iOS and its works fine on iOS 10 but when I upgrade my phone into iOS 11 the facebook share is not working anymore. please help, thanks in advance. Unfortunately with the iOS 11 update the social network services (Facebook, Twitter, Vimeo, and Flickr), which used to have single sign-on for systemwide integration have been removed. Instead to use this snippet for iOS 10 and before : let viewController = SLComposeViewController(forServiceType: SLServiceTypeFacebook) viewController.add(imageView.image!) viewController.add(URL(string: "http://www.example.com/"))

Share With Facebook Not Working Anymore on iOS 11

限于喜欢 提交于 2019-11-30 20:21:39
问题 I Use Facebook SDK For iOS and its works fine on iOS 10 but when I upgrade my phone into iOS 11 the facebook share is not working anymore. please help, thanks in advance. 回答1: Unfortunately with the iOS 11 update the social network services (Facebook, Twitter, Vimeo, and Flickr), which used to have single sign-on for systemwide integration have been removed. Instead to use this snippet for iOS 10 and before : let viewController = SLComposeViewController(forServiceType: SLServiceTypeFacebook)

How to Share Image using Facebook android

随声附和 提交于 2019-11-28 05:40:14
问题 I am trying to share Image and Content via Facebook,but what i am trying is if user is not logged in via Facebook,and user click on Share button then first it should ask for login,but when i run my code i am not getting error but nothing happen in screen and it goes in my else part and in logcat it display message of else part Adapter holder.sharefb.setOnClickListener(new OnClickListener() { @Override public void onClick(View view) { if (strtextfb == null) { share(); } } }); Methods public