Top "Share" questions

questions about sharing resources in (local, and social) networks

Make Android app listen to shared links

I want my Android app to appear listed as an option when the user shares an URL from another app (…

java android share
How long is Facebook caching the sharing thumbnails?

How long is Facebook caching the sharing thumbnails? I've added a custom thumbnail for my page using: <meta property="…

facebook caching thumbnails sharing share
How to change queue of currently running hadoop job?

My hadoop job was running over 10 hours but since I put it in wrong queue, the containers are kept getting …

hadoop resources share jobs
Share Image File from cache directory Via Intent~android

I am trying to share image file in cache directory, i have the complete path, but not able to send …

android android-intent share
Python Linux-copy files to windows shared drive (samba)

this question is similar to How to copy files to network path or drive using Python However, I am on …

python networking share samba smb
How to get listed in the share menu?

I'm creating a messaging app and I would like to enable other apps to share text to my app via …

ios share uiactivityviewcontroller
How do I access a git repo on a windows share?

I want to be able to sync a work repo from my Windows 7 desktop to my Windows 7 laptop without pushing …

windows git windows-7 share git-remote
Android 6: cannot share files anymore?

I am sharing an image, and this code works properly for devices before Android 6: Intent shareIntent = new Intent(Intent.ACTION_…

android android-intent share android-6.0-marshmallow
FBSDKShareLinkContent is not setting the contentDescription and contentTitle

I am trying to share a link on the Facebook using FBSDKShareLinkContent. I have set the URL, description and title. …

ios iphone facebook sdk share
How do you share data between a parent and forked child process in Python?

I'm pretty sure one would do this using the os.plock(op) function, but I have no idea how. Also, …

python fork share