Use tag 'share' instead. Tag 'share' is for questions about sharing resources in (local, and social) networks.
Questions tagged [sharing]
1217 questions
38
votes
4 answers
Sharing images and text with Facebook on Android
Facebook, why you no take images and text in share Intent?
I'm trying to use the standard Android share Intent to share an image, and some text. My share Intent is set up right, I've got the image in there, and I've done my end of the deal. My…

Christopher Perry
- 38,891
- 43
- 145
- 187
34
votes
3 answers
UIActivityViewController customize text based on selected activity
I want to customize text for the same information but when I am sharing it on Facebook I don't want to use the twitter hash tags or @username scheme...
How can I diversify text for sharing based on which sharing service would be used?
Ofcourse I'm…

Ertai
- 1,735
- 2
- 23
- 29
32
votes
6 answers
Sharing classes between projects in xcode/objective-c
I've got a client<=>server app I'm building for Mac OS X, using Objective-c/Cocoa and xCode. I've created a different project for both the apps I have, and I'm wondering the best way to share classes between them. There are several classes I've made…

Allyn
- 20,271
- 16
- 57
- 68
31
votes
2 answers
Social action sheet (like on iOS 6)
on iOS 6 a change was that when you want to share something it brings up an action sheet similar to this:
I have seen a few other apps that use this, is there a native way to do this without making a custom action sheet?
Thanks!

MCKapur
- 9,127
- 9
- 58
- 101
30
votes
4 answers
How to make my iOS app visible in photo sharing options like Facebook and Twitter?
I have a picture sharing app which shares pictures among your app friends.
My requirement is to show my app in sharing via pop-up, when iOS user choose any photo from photo gallery.
I found solutions for sharing PDF files via custom app, but no luck…

Richa
- 544
- 1
- 8
- 15
26
votes
5 answers
Is there an Open Source pastebin?
Frequently I write wiki pages or set up configuration files that I need to share with other developers. Are there any pastebin clones out there that you can install in your own network and if not? how do you manage code snippets or configurations…

James
- 15,085
- 25
- 83
- 120
21
votes
2 answers
A good way to avoid "sharing"?
Suppose that someone would translate this simple Python code to Haskell:
def important_astrological_calculation(digits):
# Get the first 1000000 digits of Pi!
lucky_numbers = calculate_first_digits_of_pi(1000000)
return digits in…

yairchu
- 23,680
- 7
- 69
- 109
21
votes
4 answers
Share url in facebook messenger from web
I would like to share an url from a website (using mobile device) to facebook messenger app.
I tried to use:
FB.ui({
method: 'send',
link: 'http://www.nytimes.com/interactive/2015/04/15/travel/europe-favorite-streets.html',
});
But that…

Christophe
- 4,798
- 5
- 41
- 83
19
votes
9 answers
False 'Sharing Violation' Xcopy error message
I am running a batch script (on computer A). The script copies several files from another computer (computer B) to computer A. When the batch script is run, it reports it is unable to xcopy some files from computer B to its own directories due to…

Fractal
- 1,748
- 5
- 26
- 46
18
votes
6 answers
Sharing url link does not show thumbnail image on facebook
I have some example url that provide for facebook sharing. But the image inside the url page does not show on facebook comment box. I have already inserted Meta tag like this

Mojiiz
- 7,898
- 6
- 26
- 25
18
votes
3 answers
Sharing variables between C# and C++
I'm writing a software in c# which needs to call many times and by many threads a function in a c++ unmanaged dll.
I have a C++ file like that:
// "variables" which consist in some simple variables (int, double)
// and in some complex variables…

888
- 3,246
- 8
- 41
- 60
17
votes
5 answers
Simple C# Screen sharing application
I am looking to create a very basic screen sharing application in C#. No remote control necessary. I just want a user to be able to broadcast their screen to a webserver.
How should I implement this? (Any pointer in the right direction will be…

Andy Hin
- 30,345
- 42
- 99
- 142
16
votes
4 answers
UIActivityViewController with HTML
When I pass a string containing HTML content as an array element to the UIActivityViewController initWithActivityItems method it doesn't present it as HTML in the selected 'share' controller, but instead presents the HTML source (i.e. the markup…

Christopher King
- 1,691
- 23
- 28
15
votes
2 answers
How to export an activity so other apps can call it?
Well I searched a lot, but I didn't find a precise answer how to export an Activity, so an app can start it with startActivityforResult.
How do I achieve that? Do I have to change the Manifest in some ways?

Force
- 6,312
- 7
- 54
- 85
15
votes
5 answers
FBSDK (New Facebook SDK 4.0) Implementation is not working for Login with Facebook
I am using this following block which is mentioned in Facebook Developer. But when my App callbacks from Browser then it is always returning Cancelled result.
FBSDKLoginManager *login = [[FBSDKLoginManager alloc] init];
[login…

Sarat Patel
- 856
- 13
- 32