facebook-sharer

Android Share - Facebook SDK - ShareActionProvider

此生再无相见时 提交于 2020-01-13 10:04:52
问题 I am trying to implement sharing a simple string inside my application. Obviously everything other than Facebook works. As far as I know, now I have to use their Facebook SDK to post statuses on a wall. However, if I do implement it using their SDK, is there a way to have it incorporated into the chooser (default or ShareActionProvider) and somehow override it and insert the Facebook SDK's implementation? Or do I have to create a dedicated button? //EDIT package com.example

Android : Failed to find provider info for com.facebook.wakizashi.provider.PlatformProvider

最后都变了- 提交于 2020-01-11 04:00:06
问题 I am stuck for days now. I am using the PhotoShareDialogBuilder in facebook. I used the content provider something like this : <provider android:authorities="com.facebook.app.NativeAppCallContentProvider*****************" android:name="com.facebook.NativeAppCallContentProvider" android:exported="true"/> But, it gives me the error whenever the code gets executed. Someone please help me out. I don't want to use any other api like simple facebook etc. The error i receive in the logcat is : 09-06

Can i get lots of share counts using facebook graph API? And how to do it

谁说胖子不能爱 提交于 2020-01-06 08:01:11
问题 My idea is to implement something like this: http://i.imgur.com/MHJrY.png screenshot is from here: http://www.thedrum.co.uk/opinion/2012/03/08/five-ways-new-facebook-timeline-will-impact-brands I've read that I have to use either Facebook graph API or FQL but I don't know which one is the best. This is what I have so far but it takes a long to do it so my guess is that is the wrong method: <? require_once 'libs/facebook.php'; // Create our Application instance. $facebook = new Facebook(array(

iOS failure to post on Facebook, no errors logged

吃可爱长大的小学妹 提交于 2019-12-30 06:55:50
问题 I'm trying to share to Facebook using code from their iOS game tutorial. The dialog pops up and the image and text I specified is present, but when I hit "Send" the loading bar appears, doesn't load, then I am redirected to my app. No errors are printed to the console and the app does not crash. When I go on Facebook to check if the message has posted, I get the following: "Oops, Something Went Wrong. There was a problem posting your status. We've logged the error and will look into it." I've

Facebook Share button: is it officially dead?

旧时模样 提交于 2019-12-28 05:08:12
问题 Since July 17 the old share button stopped working on all the websites I manage. I've read reports by other users that are facing similar issues, but I was not able to find anything official. Do you know if there is any official source available for this? 回答1: Some time has past since this first was asked but some new information from the Facebook documentation has given us the possibility to see some official "proof" that the sharer.php method of sharing links still works, is still supported

Facebook doesn't crawl my site's urls automatically

我只是一个虾纸丫 提交于 2019-12-25 06:25:54
问题 I have blog post urls like these: http://www.topluisilanlari.com/blog/goster/48/abc Firstly please change abc part(it doesn not makes diffrence for page). When i try to share this url at facebook it does not show image of page(there is og:image property at code) but when i enter same url at facebook debugger and click "Fetch new scrape information" button then my page image showing properly and at sharing function too. How can i fix that ? Thanks. 回答1: https://developers.facebook.com/docs

Configure Facebook share dialog to show the default as “Friends' Timeline”

只谈情不闲聊 提交于 2019-12-24 06:38:40
问题 To open a regular share dialog like this one: I use this following code: FB.ui({ method: 'share', href: 'https://www.happymood.co', }, function(response){}); Now if I want the default option to show "On your Friends' Timeline " instead of "On your own Timeline", what changes must I make to this code? 回答1: It´s not possible at all to define another default setting. You can check out the Facebook docs to see what parameters you can use: https://developers.facebook.com/docs/sharing/reference

Facebook sharer: Object moved/302 error

白昼怎懂夜的黑 提交于 2019-12-24 03:35:09
问题 I get a ̀ Object moved message when sharing URLs from my site on facebook. Facebook debugger tells me that he sees an http response 302 he can't follow: URL requested a HTTP redirect, but it could not be followed. But in the browser I get a 200 for the same URL. When I try to rescrape, I get the following error: Error parsing input URL, no data was cached, or no data was scraped. This question has been asked quite a few times, but I've not come accross an answer. The website runs with

Open Graph Object Debugger does not match Facebook Share from site

时光总嘲笑我的痴心妄想 提交于 2019-12-23 20:58:02
问题 I am implementing a facebook share button in an angularjs app and after doing all the necessary stuff to get my meta tags updated and read by Facebook's crawler, I am seeing a mismatch between Facebook's debugger tool and what the share dialog shows. If I run the debugger on my link, I get a successful scrape that pulls all of the meta tag content and shows what the share dialog should look like. Then if I click on the preview to see that actual share dialog, I get a different result as if it

Close facebook share popup after share is complete?

为君一笑 提交于 2019-12-23 19:00:31
问题 I'm attempting to share a link on facebook via url. I get the share to work, however instead of loading the redirectURI, I want to close the popup window. My code: function fb_share(url) { window.open(url,"share_window","width=400,height=300"); } ... fb_share('http://www.facebook.com/dialog/feed?app_id=128000000000&link=http%3a%2f%2fwww.facebook.com%2fapps%2fapplication.php%3fid%128000000000%26sk%128000000000&picture=http://www.google.com/images/nav_logo83.png&name=name&description