Skip to content

Instantly share code, notes, and snippets.

View EdneyMesquita's full-sized avatar
🤖

Edney Mesquita EdneyMesquita

🤖
View GitHub Profile
@Coder-ACJHP
Coder-ACJHP / ShareImageOnSocialMedia.swift
Created March 7, 2019 08:05
Example code for "how to share image on Facebook, Instagram, Whatsapp and Activity" with Swift 4+
/* Common steps to use these codes */
// 1- you need to implement FBSharekit for sharing on Facebook
// 2- Copy and Paste the following text to your "info.plist" (anywhere)
/*
<key>FacebookAppID</key>
<string>08760425023140553</string> //This is a mock id, you must add your own real app id else it never will work
<key>FacebookDisplayName</key>
<string>DoYourBest</string> //Add your real app name here
<key>LSApplicationQueriesSchemes</key>