facebook-share

I am getting an error when deleting the scheduled Facebook page post: pages_manage_engagement are not available

不问归期 提交于 2020-12-11 00:57:38
问题 In our android app, we have provided the functionality to schedule and publish posts on Facebook pages. and also we have provided functionality to delete the scheduled post. for the above features, we have already taken the required permissions( publish_pages, manage_pages ) through App Review. All the functionality worked perfectly on our Android & iOS platforms. but for the last few weeks, we are getting error in deleting schedule posts on the Android platform. when we have checked what's

I am getting an error when deleting the scheduled Facebook page post: pages_manage_engagement are not available

感情迁移 提交于 2020-12-11 00:48:23
问题 In our android app, we have provided the functionality to schedule and publish posts on Facebook pages. and also we have provided functionality to delete the scheduled post. for the above features, we have already taken the required permissions( publish_pages, manage_pages ) through App Review. All the functionality worked perfectly on our Android & iOS platforms. but for the last few weeks, we are getting error in deleting schedule posts on the Android platform. when we have checked what's

I am getting an error when deleting the scheduled Facebook page post: pages_manage_engagement are not available

浪子不回头ぞ 提交于 2020-12-11 00:47:17
问题 In our android app, we have provided the functionality to schedule and publish posts on Facebook pages. and also we have provided functionality to delete the scheduled post. for the above features, we have already taken the required permissions( publish_pages, manage_pages ) through App Review. All the functionality worked perfectly on our Android & iOS platforms. but for the last few weeks, we are getting error in deleting schedule posts on the Android platform. when we have checked what's

php form textarea text on facebook share when click on button

∥☆過路亽.° 提交于 2020-01-22 02:33:04
问题 i have form and in form text area and submit button when i click on submit button and share data taken homepage banner and text not textarea text <form id="facebook-form" method="post"> <ul class="form-list"> <li> <label for="facebook-content"><?php echo $this->__("Post on Facebook") ?>:</label> <div class="input-box"> <textarea id="affiliate-facebook-content" class="required-entry"><?php echo $this->getDefaultSharingContent() ?></textarea> </div> </li> </ul> <div class="buttons-set"> <button

IOS FacebookShare Error 'reserved' being returned

时光毁灭记忆、已成空白 提交于 2020-01-15 07:46:25
问题 I've tried searching but could not find an answer. I have written an app and I am trying to share content to facebook. Basically I would like to share a URL and maybe a quote or title. I keep getting an error called 'reserved' but I am not sure what it means or how to fix it. Any help would be great! func fbClick() { let content = LinkShareContent(url: URL(string: "www.google.com")!) showShareDialog(content, mode: .native) } func showShareDialog<C: ContentProtocol> (_ content: C, mode:

IOS FacebookShare Error 'reserved' being returned

一笑奈何 提交于 2020-01-15 07:46:07
问题 I've tried searching but could not find an answer. I have written an app and I am trying to share content to facebook. Basically I would like to share a URL and maybe a quote or title. I keep getting an error called 'reserved' but I am not sure what it means or how to fix it. Any help would be great! func fbClick() { let content = LinkShareContent(url: URL(string: "www.google.com")!) showShareDialog(content, mode: .native) } func showShareDialog<C: ContentProtocol> (_ content: C, mode:

facebook share Image not showing

。_饼干妹妹 提交于 2020-01-06 05:03:22
问题 I have a sharepoint webpage that has a facebook share button. however after I shared the webpage, the image is not showing in facebook. Using the facebook tool 'Open Graph Object Debugger', I got the following error Errors That Must Be Fixed Missing Required Property The 'og:type' property is required, but not present. When Viewing the source of the webpage, I can clearly see that the required facebook meta data is there <meta property="og:url" content="https%3a%2f%2fxxx.xx.xx/xx" /> <meta

facebook share Image not showing

≯℡__Kan透↙ 提交于 2020-01-06 05:03:07
问题 I have a sharepoint webpage that has a facebook share button. however after I shared the webpage, the image is not showing in facebook. Using the facebook tool 'Open Graph Object Debugger', I got the following error Errors That Must Be Fixed Missing Required Property The 'og:type' property is required, but not present. When Viewing the source of the webpage, I can clearly see that the required facebook meta data is there <meta property="og:url" content="https%3a%2f%2fxxx.xx.xx/xx" /> <meta

Facebook share dialog not working correctly in MI devices

半城伤御伤魂 提交于 2019-12-24 07:17:30
问题 ShareLinkContent code ShareLinkContent content = new ShareLinkContent.Builder() .setContentUrl(Uri.parse(shareUrl)) .setContentTitle(shareTitle) .build(); Share Dialog codes that I tried a. Using Share Dialog object ShareDialog dialog = new ShareDialog(this); dialog.show(content, ShareDialog.Mode.AUTOMATIC); //tried other 4 modes too b. Using static access ShareDialog.show(this, content); Now the issue is, it works perfectly well in all the regular phones like Motorola, Samsung, Pixel, Lenovo

Integrating Facebook Sharing into my app

馋奶兔 提交于 2019-12-13 07:02:48
问题 Im trying to integrate Facebook sharing into my app. I am following this guide: https://developers.facebook.com/docs/sharing/android Everything went fine till it says: Add Facebook Activity - Include this in AndroidManifest.xml which links to: Add Facebook Activity Link and no where in that page tells me how to add the activity to my app. I found a video that did do it but when i type out the code (which doesnt autocomplete) that is in the video to add the activity and try run it. I get the