{"id":17650759,"url":"https://github.com/eaceto/fbshare-cordovaplugin-ios","last_synced_at":"2025-08-25T01:16:08.490Z","repository":{"id":147019251,"uuid":"43432922","full_name":"eaceto/FBShare-CordovaPlugin-iOS","owner":"eaceto","description":"Facebook (native SDK) share plugin for Cordova Apps (iOS Only)","archived":false,"fork":false,"pushed_at":"2015-09-30T13:21:25.000Z","size":8908,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-08-21T15:23:55.303Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Objective-C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/eaceto.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-09-30T12:56:50.000Z","updated_at":"2016-12-13T16:32:37.000Z","dependencies_parsed_at":"2023-05-19T21:15:50.887Z","dependency_job_id":null,"html_url":"https://github.com/eaceto/FBShare-CordovaPlugin-iOS","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/eaceto/FBShare-CordovaPlugin-iOS","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eaceto%2FFBShare-CordovaPlugin-iOS","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eaceto%2FFBShare-CordovaPlugin-iOS/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eaceto%2FFBShare-CordovaPlugin-iOS/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eaceto%2FFBShare-CordovaPlugin-iOS/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/eaceto","download_url":"https://codeload.github.com/eaceto/FBShare-CordovaPlugin-iOS/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eaceto%2FFBShare-CordovaPlugin-iOS/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":271989932,"owners_count":24854701,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-08-24T02:00:11.135Z","response_time":111,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-23T11:39:24.382Z","updated_at":"2025-08-25T01:16:08.472Z","avatar_url":"https://github.com/eaceto.png","language":"Objective-C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# FBShare (a Cordova Plugin for sharing links to Facebook in iOS)\n\n## Installation\n\n### Add to iOS project\n\n    https://github.com/eaceto/FBShare-CordovaPlugin-iOS.git\n\n### Include Facebook library\n\nDrag and Drop the following files from \"lib\" to your XCode project\n\n    FBSDKCoreKit.framework\n    FBSDKLoginKit.framework\n    FBSDKShareKit.framework\n\n### AppDelegate\n\nAdd the following lines to the end of application:didFinishLaunchingWithOptions:\n\n    return [FBSharing initWithApplication:application launchOptions:launchOptions];\n    \nAdd the following lines to the end of application:openURL:sourceApplication:annotation:\n\n    return [FBSharing application:application openURL:url sourceApplication:sourceApplication annotation:annotation];\n    \nSo and example AppDelegate will have:\n\n    - (BOOL)application:(UIApplication*)application didFinishLaunchingWithOptions:(NSDictionary*)launchOptions\n    {\n        self.window.rootViewController = self.viewController;\n        [self.window makeKeyAndVisible];\n        return [FBSharing initWithApplication:application launchOptions:launchOptions];\n    }\n    - (BOOL)application:(UIApplication*)application openURL:(NSURL*)url sourceApplication:(NSString*)sourceApplication annotation:(id)annotation\n    {\n        if (!url) {\n            return NO;\n        }\n        [[NSNotificationCenter defaultCenter] postNotification:[NSNotification notificationWithName:CDVPluginHandleOpenURLNotification object:url]];\n        return [FBSharing application:application openURL:url sourceApplication:sourceApplication annotation:annotation];\n    }\n    \n### Call the share method\n    \n    var success = function(message) {\n    }\n    var failure = function() {\n    }\n    cordova.exec(success, failure, \"FBSharing\", \"share\", [\u003cLink URL\u003e,\"\u003cLink description\u003e\",\"\u003cYour app name\u003e\"]);\n    \n    \n    \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feaceto%2Ffbshare-cordovaplugin-ios","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Feaceto%2Ffbshare-cordovaplugin-ios","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feaceto%2Ffbshare-cordovaplugin-ios/lists"}