facebook-sharer

Share custom message, link and image on facebook via facebook sharer.php or using FB.api

牧云@^-^@ 提交于 2019-12-04 06:34:25
问题 I want to implement facebook sharing. I tried using the facebook sharer.php but it no more accepts custom parameters (deprecated by facebook). Also, I saw an option to use the FB.api to post on facebook. I just want to know the correct syntax for doing this using FB.api where I can share some custom message, image and link. P.S. - The application that I am working on is Java based and pages are jsp pages. Thanks in advance. 回答1: Messages must be 100% user generated, prefilling is not allowed

Is Facebook sharer.php endpoint NOT deprecated anymore?

南楼画角 提交于 2019-12-04 04:28:32
问题 Is Facebook sharer.php endpoint NOT deprecated anymore ? I have been doing a lot of digging and researching on whether OR not , we can still use the Facebook share dialog URL for sharing : http://www.facebook.com/sharer/sharer.php?u=[URL] But, the official Facebook docs DO NOT reference it anywhere. Facebook encourages developers to use the more modern Share Dialog that can be invoked using the JavaScript SDK or using a URL link (https://developers.facebook.com/docs/sharing/reference/share

How to implement share via option in android?

柔情痞子 提交于 2019-12-02 19:24:34
I want to implement something like this. It should not be hard coded. If user haven't installed Dropbox there should not be a option to share via Dropbox. Thanks in advance ! You can do the same by using: Intent i=new Intent(android.content.Intent.ACTION_SEND); i.setType("text/plain"); i.putExtra(android.content.Intent.EXTRA_SUBJECT,"Subject test"); i.putExtra(android.content.Intent.EXTRA_TEXT, "extra text that you want to put"); startActivity(Intent.createChooser(i,"Share via")); Detailed example is here for your reference: http://mobile.tutsplus.com/tutorials/android/android-sdk-implement-a

Can't use facebook sharer.php custom parameters in mobile sites

别等时光非礼了梦想. 提交于 2019-12-02 17:38:32
I own a jQuery mobile website. There i using facebook share option with custom parameters to add title, description, image with link Like below, https://www.facebook.com/sharer/sharer.php?s=100&p%5Burl%5D=http%3A%2F%2Fgoogle%2F&p%5Bimages%5D%5B0%5D=https://www.google.com/images/srpr/logo3w.png&p%5Btitle%5D=My%20own%20title&p%5Bsummary%5D=My%20own%20description But when i try the same link to mobile, it will redirect to http://m.facebook.com/sharer.php?s=100&p%5Burl%5D=http%3A%2F%2Fgoogle%2F&p%5Bimages%5D%5B0%5D=https%3A%2F%2Fwww.google.com%2Fimages%2Fsrpr%2Flogo3w.png&p%5Btitle%5D=My+own+title

Is Facebook sharer.php endpoint NOT deprecated anymore?

自古美人都是妖i 提交于 2019-12-01 20:48:17
Is Facebook sharer.php endpoint NOT deprecated anymore ? I have been doing a lot of digging and researching on whether OR not , we can still use the Facebook share dialog URL for sharing : http://www.facebook.com/sharer/sharer.php?u=[URL] But, the official Facebook docs DO NOT reference it anywhere. Facebook encourages developers to use the more modern Share Dialog that can be invoked using the JavaScript SDK or using a URL link ( https://developers.facebook.com/docs/sharing/reference/share-dialog ) But this will require developers to register a Facebook App ID. Therefore, it is easier to use

Facebook SDK failed to generate preview for user only when opengraphobject.setproperty(“og:url”) is set

陌路散爱 提交于 2019-12-01 10:47:09
I have an app where I want to share a history in facebook. I don't have a web for my application. I only want to share an image with title and description and if it's posible that when click on the shared site they redirect to google play to download app or to facebook app page. I look for an answer in most of facebook samples and here and there is something that I'm doing wrong for sure. I made all the facebook app configuration. Key hashes, etc... I create a history in open graph called Publicar a Lugar. Action="Publicar" Object="Lugar". I've this code private void OpenShareDialog(){ Session

Facebook SDK failed to generate preview for user only when opengraphobject.setproperty(“og:url”) is set

谁说胖子不能爱 提交于 2019-12-01 07:24:08
问题 I have an app where I want to share a history in facebook. I don't have a web for my application. I only want to share an image with title and description and if it's posible that when click on the shared site they redirect to google play to download app or to facebook app page. I look for an answer in most of facebook samples and here and there is something that I'm doing wrong for sure. I made all the facebook app configuration. Key hashes, etc... I create a history in open graph called

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

两盒软妹~` 提交于 2019-12-01 01:04:29
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 13:56:14.575: E/ActivityThread(4202): Failed to find provider info for com.facebook.wakizashi.provider

iOS failure to post on Facebook, no errors logged

眉间皱痕 提交于 2019-11-30 21:33:56
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 used this code in the previous app and it worked perfectly fine. I've updated the Facebook ID,

“The post's links must direct to the application's connect or canvas URL” - error

倾然丶 夕夏残阳落幕 提交于 2019-11-30 14:49:02
I am trying to post to user wall but I am receiving this error when when share window pops up: The post's links must direct to the application's connect or canvas URL Now, I made a proper Google search in hopes to find a solution, but the only one given was that I need to disable "Stream post URL security". I checked the advanced settings for my app and it is already set to disabled. So, by having a few years of experience with development on Facebook, and by knowing how incredibly bad the communication between us developers and FB has been in the past, I'm highly doubtful that they will