{"id":7362,"date":"2023-09-07T16:35:32","date_gmt":"2023-09-07T11:05:32","guid":{"rendered":"https:\/\/pheonixsolutions.com\/blog\/?p=7362"},"modified":"2023-09-07T16:35:36","modified_gmt":"2023-09-07T11:05:36","slug":"facebook-integration","status":"publish","type":"post","link":"https:\/\/pheonixsolutions.com\/blog\/facebook-integration\/","title":{"rendered":"Facebook Integration"},"content":{"rendered":"\n<p>Go to your facebook meta&nbsp; for developers<\/p>\n\n\n\n<figure class=\"wp-block-embed\"><div class=\"wp-block-embed__wrapper\">\nhttps:\/\/developers.facebook.com\/\n<\/div><\/figure>\n\n\n\n<p><a href=\"https:\/\/developers.facebook.com\/apps\/964336743958925\/settings\/basic\/\">\u201capp_id<\/a>\u201d , change it with our facebook app id<\/p>\n\n\n\n<p>Create App add click on none<\/p>\n\n\n\n<figure class=\"wp-block-image\"><img decoding=\"async\" src=\"https:\/\/lh4.googleusercontent.com\/QC542Rk8Aw2SF36_o8Ka4inPVoNSb86jElLwxCNnD7a6N8edi7a1KTxrSpzS2BVJ9aAEPfw8dzx-5l8fQIldzquVYCBwmRbkxmTL4QPAiyzb-CbaRESx1eqeOgofcySxRTDbGDZrK-DBI_FslxzQIg\" alt=\"\" \/><\/figure>\n\n\n\n<p>APP MODE : LIVE&nbsp;<\/p>\n\n\n\n<figure class=\"wp-block-image\"><img decoding=\"async\" src=\"https:\/\/lh4.googleusercontent.com\/JmiIMNqFUlDgfsFndSKPpX-cTZ0GkhKAUnAMiebI2R473X24xxzv6coB8ldyF2C99OjKcYuZYlwJmkiDkGVe6mYI0GBoExhcXPk3vSdVKzR5DNqrhT_kmmD2wTYCYOV0n59TJ1Gz89sZqG6TIgs1mQ\" alt=\"\" \/><\/figure>\n\n\n\n<p>When click on Quickstart open platforms for facebook login<\/p>\n\n\n\n<figure class=\"wp-block-image\"><img decoding=\"async\" src=\"https:\/\/lh5.googleusercontent.com\/mh6l2FGjr31dYpup6OQRJUasVETaqJmr2I3kSgpyySZidjp_Se6CHBol1A8-6NTMWp2pHTv_P51F5UoMoKwxx7_8JKS0gIDk5wYFrzlus6Li9ZX3TwIfSJey5zHpchQCLT92cnZPcz2KMM85-iWjow\" alt=\"\" \/><\/figure>\n\n\n\n<figure class=\"wp-block-image\"><img decoding=\"async\" src=\"https:\/\/lh4.googleusercontent.com\/JnoB9lkHsps6Qw0W8ZeAX3QzYhH5okwZRHVSk_XrZH2DI5RkSPaaEunGcQ86Wk-rhKENlPT7KkscbAEbFr5488bTepzYLh8qd29R93f3luBw_FXYU2YVqlYvsuInK1tAQamTM0VzVLQViPACXMXq8A\" alt=\"\" \/><\/figure>\n\n\n\n<p>Add to info.plist In Xcode, right-click your project\u2019s Info.plist file and select Open As -&gt; Source Code.<\/p>\n\n\n\n<figure class=\"wp-block-image\"><img decoding=\"async\" src=\"https:\/\/lh6.googleusercontent.com\/nM5NNbkchPta4UMYj9SPzbI2b5wUrJ_TfqkRT89L2B_0--nmfQWlEGnwz6GgClwaLFmgIqTuYSXQqdHHv8ZqqhI91znLGmlbFCgFva3SuJUDro-bFjqNnBEhhNyI1RrajLGV582rmX4cSxWtiRUjIg\" alt=\"\" \/><\/figure>\n\n\n\n<p><strong>Connect App Delegate<\/strong><\/p>\n\n\n\n<figure class=\"wp-block-table\"><table><tbody><tr><td><strong>\/\/&nbsp; AppDelegate.m<\/strong><\/td><td><\/td><\/tr><tr><td><\/td><td><strong>#<\/strong><strong>import<\/strong><strong> <\/strong><strong>&lt;FBSDKCoreKit\/FBSDKCoreKit.h&gt;<\/strong><\/td><\/tr><tr><td><\/td><td><br><\/td><\/tr><tr><td><\/td><td><strong>&#8211; (<\/strong><strong>BOOL<\/strong><strong>)application:(UIApplication *)application<\/strong><\/td><\/tr><tr><td><\/td><td><strong>&nbsp; didFinishLaunchingWithOptions:(<\/strong><strong>NSDictionary<\/strong><strong> *)launchOptions {<\/strong><\/td><\/tr><tr><td><\/td><td><\/td><\/tr><tr><td><\/td><td><strong><\/strong><strong>\/\/ You can skip this line if you have the latest version of the SDK installed<\/strong><\/td><\/tr><tr><td><\/td><td><strong>[[FBSDKApplicationDelegate <\/strong><strong>sharedInstance<\/strong><strong>] <\/strong><strong>application:<\/strong><strong>application<\/strong><\/td><\/tr><tr><td><\/td><td><strong>&nbsp; <\/strong><strong>didFinishLaunchingWithOptions:<\/strong><strong>launchOptions];<\/strong><\/td><\/tr><tr><td><\/td><td><strong><\/strong><strong>\/\/ Add any custom logic here.<\/strong><\/td><\/tr><tr><td><\/td><td><strong><\/strong><strong>return<\/strong><strong> <\/strong><strong>YES<\/strong><strong>;<\/strong><\/td><\/tr><tr><td><\/td><td><strong>}<\/strong><\/td><\/tr><tr><td><\/td><td><br><\/td><\/tr><tr><td><\/td><td><strong>&#8211; (<\/strong><strong>BOOL<\/strong><strong>)application:(UIApplication *)application<\/strong><\/td><\/tr><tr><td><\/td><td><strong>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; openURL:(<\/strong><strong>NSURL<\/strong><strong> *)url<\/strong><\/td><\/tr><tr><td><\/td><td><strong>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; options:(<\/strong><strong>NSDictionary<\/strong><strong>&lt;UIApplicationOpenURLOptionsKey,<\/strong><strong>id<\/strong><strong>&gt; *)options {<\/strong><\/td><\/tr><tr><td><\/td><td><br><\/td><\/tr><tr><td><\/td><td><strong><\/strong><strong>BOOL<\/strong><strong> handled = [[FBSDKApplicationDelegate <\/strong><strong>sharedInstance<\/strong><strong>] <\/strong><strong>application:<\/strong><strong>application<\/strong><\/td><\/tr><tr><td><\/td><td><strong>&nbsp; <\/strong><strong>openURL:<\/strong><strong>url<\/strong><\/td><\/tr><tr><td><\/td><td><strong>&nbsp; <\/strong><strong>sourceApplication:<\/strong><strong>options[UIApplicationOpenURLOptionsSourceApplicationKey]<\/strong><\/td><\/tr><tr><td><\/td><td><strong>&nbsp; <\/strong><strong>annotation:<\/strong><strong>options[UIApplicationOpenURLOptionsAnnotationKey]<\/strong><\/td><\/tr><tr><td><\/td><td><strong>];<\/strong><\/td><\/tr><tr><td><\/td><td><strong><\/strong><strong>\/\/ Add any custom logic here.<\/strong><\/td><\/tr><tr><td><\/td><td><strong><\/strong><strong>return<\/strong><strong> handled;<\/strong><\/td><\/tr><tr><td><\/td><td><strong>}<\/strong><br><br><\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<figure class=\"wp-block-image\"><img decoding=\"async\" src=\"https:\/\/lh5.googleusercontent.com\/wcZeu888hCp4Ktk1Gqi7-6wNVqOBBFwcw0O7bzWVqF2HUsQ_8ypxrlJxJ7EGzbf0hlE2Glre-yM3opKEDmGURaQv6M3et2of90esEXL-HA8izeeyXRVURFEnbePqDh9s50WqJk9NFpjWY436nDxiIg\" alt=\"\" \/><\/figure>\n\n\n\n<ol class=\"wp-block-list\">\n<li><strong>Go to Android Studio | New Project | Minimum SDK.<\/strong><\/li>\n\n\n\n<li><strong>Select API 15: Android 4.0.3 (IceCreamSandwich) or higher and create your new project.<\/strong><\/li>\n\n\n\n<li><strong>In your project, open your_app | Gradle Scripts | build.gradle (Project) and add the following repository to the <\/strong><strong>buildscript { repositories {}}<\/strong><strong> section to download the SDK from the Maven Central Repository:<\/strong><strong><br><\/strong><strong>mavenCentral<\/strong><strong>()<\/strong><\/li>\n\n\n\n<li><strong>In your project, open your_app | Gradle Scripts | build.gradle (Module: app) and add the following compile statement to the <\/strong><strong>dependencies{}<\/strong><strong> section to compile the latest version of the SDK:<\/strong><strong><br><\/strong><strong>implementation <\/strong><strong>&#8216;com.facebook.android:facebook-android-sdk:latest.release&#8217;<\/strong><\/li>\n\n\n\n<li><strong>When you use the Facebook SDK, some events in your app are automatically logged and collected unless you disable automatic event logging. For details about what information is collected and how to disable automatic event logging, see <\/strong><a href=\"https:\/\/developers.facebook.com\/docs\/app-events\/getting-started-app-events-android#auto-events\"><strong>Automatic App Event Logging<\/strong><\/a><strong>.<\/strong><\/li>\n\n\n\n<li><strong>Build your project.<\/strong><\/li>\n<\/ol>\n\n\n\n<p><strong>Add the following statements to import the Facebook SDK packages:<\/strong><strong><br><\/strong><strong>import<\/strong><strong> com<\/strong><strong>.<\/strong><strong>facebook<\/strong><strong>.<\/strong><strong>FacebookSdk<\/strong><strong>;<\/strong><\/p>\n\n\n\n<ol class=\"wp-block-list\" start=\"7\">\n<li><strong>import<\/strong><strong> com<\/strong><strong>.<\/strong><strong>facebook<\/strong><strong>.<\/strong><strong>appevents<\/strong><strong>.<\/strong><strong>AppEventsLogger<\/strong><strong>;<\/strong><\/li>\n<\/ol>\n\n\n\n<figure class=\"wp-block-image\"><img decoding=\"async\" src=\"https:\/\/lh4.googleusercontent.com\/yHlQLT0u1IxPI70JwkUnWvsgfHwMCD32xKCJmYpjjPqiZd_w05np9BMeBgTzk2adFUKVXJ_GEV6uj5XmF8ieXc2w1fjrXT_rD-zByEK6LWfdUfFK1QMqMDlNZQ_FLPxcKjeM5JKg8dhE6zBBuJdntg\" alt=\"\" \/><\/figure>\n\n\n\n<p>Generating a Development Key Hash<\/p>\n\n\n\n<p>Mac OS :<\/p>\n\n\n\n<p>keytool -exportcert -alias androiddebugkey -keystore ~\/.android\/debug.keystore | openssl sha1 -binary | openssl base64<\/p>\n\n\n\n<p>Windows:<\/p>\n\n\n\n<p>keytool -exportcert -alias androiddebugkey -keystore &#8220;C:\\Users\\USERNAME\\.android\\debug.keystore&#8221; | &#8220;PATH_TO_OPENSSL_LIBRARY\\bin\\openssl&#8221; sha1 -binary | &#8220;PATH_TO_OPENSSL_LIBRARY\\bin\\openssl&#8221; base64<\/p>\n\n\n\n<figure class=\"wp-block-image\"><img decoding=\"async\" src=\"https:\/\/lh3.googleusercontent.com\/XjY796DleJQCygYVrfqLIPiUj6t_PAIGHCAOoughLxyYbnAfwOJJtzfhqHCpBvQft-cLz1rowtMwLdtdzsJwGiLg7NrNs92p8DRJbUOXDRqg-BpO3caNx2CowOMJWLxpYzoMFBkxA6vK20A7r8XqgA\" alt=\"\" \/><\/figure>\n\n\n\n<p>Generate key hash and add it<\/p>\n\n\n\n<p>Create strings for your Facebook app ID and for those needed to enable Chrome Custom Tabs. Also, add FacebookActivity to your Android manifest.<\/p>\n\n\n\n<ol class=\"wp-block-list\">\n<li>Open your \/app\/res\/values\/strings.xml file.<\/li>\n<\/ol>\n\n\n\n<p>Add string elements with the names facebook_app_id, fb_login_protocol_scheme and facebook_client_token, and set the values to your <a href=\"https:\/\/developers.facebook.com\/docs\/android\/getting-started#app-id\">App ID<\/a> and <a href=\"https:\/\/developers.facebook.com\/docs\/android\/getting-started#client-token\">Client Token<\/a>. For example, if your app ID is 1234 and your client token is 56789 your code looks like the following:<br>&lt;string name=&#8221;facebook_app_id&#8221;&gt;1234&lt;\/string&gt;<\/p>\n\n\n\n<p>&lt;string name=&#8221;fb_login_protocol_scheme&#8221;&gt;fb1234&lt;\/string&gt;<\/p>\n\n\n\n<p>&lt;string name=&#8221;facebook_client_token&#8221;&gt;56789&lt;\/string&gt;<\/p>\n\n\n\n<ol class=\"wp-block-list\" start=\"2\">\n<li><\/li>\n\n\n\n<li><a href=\"https:\/\/developers.facebook.com\/apps\/635201368306392\/fb-login\/quickstart\/?business_id=149297369478062#\"><strong>Copy Code<\/strong><\/a><\/li>\n\n\n\n<li>Open the \/app\/manifest\/AndroidManifest.xml file.<\/li>\n<\/ol>\n\n\n\n<p>Add meta-data elements to the application element for your app ID and client token:<br>&lt;application android:label=&#8221;@string\/app_name&#8221; &#8230;&gt;<\/p>\n\n\n\n<p>&nbsp;&nbsp;&nbsp;&nbsp;&#8230;<\/p>\n\n\n\n<p>&nbsp;&nbsp;&nbsp; &lt;meta-data android:name=&#8221;com.facebook.sdk.ApplicationId&#8221; android:value=&#8221;@string\/facebook_app_id&#8221;\/&gt;<\/p>\n\n\n\n<p>&nbsp;&nbsp;&nbsp; &lt;meta-data android:name=&#8221;com.facebook.sdk.ClientToken&#8221; android:value=&#8221;@string\/facebook_client_token&#8221;\/&gt;<\/p>\n\n\n\n<p>&nbsp;&nbsp;&nbsp;&nbsp;&#8230;<\/p>\n\n\n\n<ol class=\"wp-block-list\" start=\"5\">\n<li>&lt;\/application&gt;<\/li>\n\n\n\n<li><a href=\"https:\/\/developers.facebook.com\/apps\/635201368306392\/fb-login\/quickstart\/?business_id=149297369478062#\"><strong>Copy Code<\/strong><\/a><\/li>\n<\/ol>\n\n\n\n<p>Add an activity for Facebook, and an activity and intent filter for Chrome Custom Tabs inside your application element:<br>&nbsp; &nbsp; &lt;activity android:name=&#8221;com.facebook.FacebookActivity&#8221;<\/p>\n\n\n\n<p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;android:configChanges=<\/p>\n\n\n\n<p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&#8220;keyboard|keyboardHidden|screenLayout|screenSize|orientation&#8221;<\/p>\n\n\n\n<p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;android:label=&#8221;@string\/app_name&#8221; \/&gt;<\/p>\n\n\n\n<p>&nbsp;&nbsp;&nbsp;&nbsp;&lt;activity<\/p>\n\n\n\n<p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;android:name=&#8221;com.facebook.CustomTabActivity&#8221;<\/p>\n\n\n\n<p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;android:exported=&#8221;true&#8221;&gt;<\/p>\n\n\n\n<p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;intent-filter&gt;<\/p>\n\n\n\n<p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;action android:name=&#8221;android.intent.action.VIEW&#8221; \/&gt;<\/p>\n\n\n\n<p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;category android:name=&#8221;android.intent.category.DEFAULT&#8221; \/&gt;<\/p>\n\n\n\n<p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;category android:name=&#8221;android.intent.category.BROWSABLE&#8221; \/&gt;<\/p>\n\n\n\n<p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;data android:scheme=&#8221;@string\/fb_login_protocol_scheme&#8221; \/&gt;<\/p>\n\n\n\n<p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;\/intent-filter&gt;<\/p>\n\n\n\n<ol class=\"wp-block-list\" start=\"7\">\n<li>&nbsp;&nbsp;&nbsp;&nbsp;&lt;\/activity&gt;<\/li>\n\n\n\n<li><a href=\"https:\/\/developers.facebook.com\/apps\/635201368306392\/fb-login\/quickstart\/?business_id=149297369478062#\"><strong>Copy Code<\/strong><\/a><\/li>\n<\/ol>\n\n\n\n<p>Add a uses-permission element to the manifest after the application element:<br>&lt;uses-permission android:name=&#8221;android.permission.INTERNET&#8221;\/&gt;<\/p>\n\n\n\n<ol class=\"wp-block-list\" start=\"9\">\n<li><\/li>\n\n\n\n<li><a href=\"https:\/\/developers.facebook.com\/apps\/635201368306392\/fb-login\/quickstart\/?business_id=149297369478062#\"><strong>Copy Code<\/strong><\/a><\/li>\n<\/ol>\n\n\n\n<p>(Optional) To opt out of the <a href=\"https:\/\/developers.facebook.com\/docs\/android\/getting-started#ad-id-permissions\">Advertising ID Permission<\/a>, add a uses-permission element to the manifest after the application element:<br>&lt;uses-permission android:name=&#8221;com.google.android.gms.permission.AD_ID&#8221; tools:node=&#8221;remove&#8221;\/&gt;<\/p>\n\n\n\n<ol class=\"wp-block-list\" start=\"11\">\n<li>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<\/li>\n\n\n\n<li><a href=\"https:\/\/developers.facebook.com\/apps\/635201368306392\/fb-login\/quickstart\/?business_id=149297369478062#\"><strong>Copy Code<\/strong><\/a><\/li>\n<\/ol>\n\n\n\n<p>These steps can be used to integrate Facebook<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Go to your facebook meta&nbsp; for developers \u201capp_id\u201d , change it with our facebook app id Create App add click on none APP MODE : LIVE&nbsp; When click on Quickstart open platforms for facebook login Add to info.plist In Xcode, right-click your project\u2019s Info.plist file and select Open As -&gt;&hellip; <a href=\"https:\/\/pheonixsolutions.com\/blog\/facebook-integration\/\" class=\"more-link read-more\" rel=\"bookmark\">Continue Reading <span class=\"screen-reader-text\">Facebook Integration<\/span><i class=\"fa fa-arrow-right\"><\/i><\/a><\/p>\n","protected":false},"author":504,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"jetpack_post_was_ever_published":false,"_jetpack_newsletter_access":"","_jetpack_dont_email_post_to_subs":false,"_jetpack_newsletter_tier_id":0,"_jetpack_memberships_contains_paywalled_content":false,"_jetpack_memberships_contains_paid_content":false,"footnotes":""},"categories":[1],"tags":[],"class_list":{"0":"post-7362","1":"post","2":"type-post","3":"status-publish","4":"format-standard","5":"hentry","6":"category-uncategorized","7":"h-entry","9":"h-as-article"},"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.4 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Pheonix Solutions - We Empower Your Business Growth<\/title>\n<meta name=\"description\" content=\"facebook integration in react native\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/pheonixsolutions.com\/blog\/facebook-integration\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Pheonix Solutions - We Empower Your Business Growth\" \/>\n<meta property=\"og:description\" content=\"facebook integration in react native\" \/>\n<meta property=\"og:url\" content=\"https:\/\/pheonixsolutions.com\/blog\/facebook-integration\/\" \/>\n<meta property=\"og:site_name\" content=\"PHEONIXSOLUTIONS\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/PheonixSolutions-209942982759387\/\" \/>\n<meta property=\"article:published_time\" content=\"2023-09-07T11:05:32+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2023-09-07T11:05:36+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/lh4.googleusercontent.com\/QC542Rk8Aw2SF36_o8Ka4inPVoNSb86jElLwxCNnD7a6N8edi7a1KTxrSpzS2BVJ9aAEPfw8dzx-5l8fQIldzquVYCBwmRbkxmTL4QPAiyzb-CbaRESx1eqeOgofcySxRTDbGDZrK-DBI_FslxzQIg\" \/>\n<meta name=\"author\" content=\"Susmitha\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@pheonixsolution\" \/>\n<meta name=\"twitter:site\" content=\"@pheonixsolution\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Susmitha\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"4 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/pheonixsolutions.com\\\/blog\\\/facebook-integration\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/pheonixsolutions.com\\\/blog\\\/facebook-integration\\\/\"},\"author\":{\"name\":\"Susmitha\",\"@id\":\"https:\\\/\\\/pheonixsolutions.com\\\/blog\\\/#\\\/schema\\\/person\\\/80ad7d703b76a00a54241462f65a11ab\"},\"headline\":\"Facebook Integration\",\"datePublished\":\"2023-09-07T11:05:32+00:00\",\"dateModified\":\"2023-09-07T11:05:36+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/pheonixsolutions.com\\\/blog\\\/facebook-integration\\\/\"},\"wordCount\":847,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\\\/\\\/pheonixsolutions.com\\\/blog\\\/#organization\"},\"image\":{\"@id\":\"https:\\\/\\\/pheonixsolutions.com\\\/blog\\\/facebook-integration\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/lh4.googleusercontent.com\\\/QC542Rk8Aw2SF36_o8Ka4inPVoNSb86jElLwxCNnD7a6N8edi7a1KTxrSpzS2BVJ9aAEPfw8dzx-5l8fQIldzquVYCBwmRbkxmTL4QPAiyzb-CbaRESx1eqeOgofcySxRTDbGDZrK-DBI_FslxzQIg\",\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/pheonixsolutions.com\\\/blog\\\/facebook-integration\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/pheonixsolutions.com\\\/blog\\\/facebook-integration\\\/\",\"url\":\"https:\\\/\\\/pheonixsolutions.com\\\/blog\\\/facebook-integration\\\/\",\"name\":\"Pheonix Solutions - We Empower Your Business Growth\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/pheonixsolutions.com\\\/blog\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/pheonixsolutions.com\\\/blog\\\/facebook-integration\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/pheonixsolutions.com\\\/blog\\\/facebook-integration\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/lh4.googleusercontent.com\\\/QC542Rk8Aw2SF36_o8Ka4inPVoNSb86jElLwxCNnD7a6N8edi7a1KTxrSpzS2BVJ9aAEPfw8dzx-5l8fQIldzquVYCBwmRbkxmTL4QPAiyzb-CbaRESx1eqeOgofcySxRTDbGDZrK-DBI_FslxzQIg\",\"datePublished\":\"2023-09-07T11:05:32+00:00\",\"dateModified\":\"2023-09-07T11:05:36+00:00\",\"description\":\"facebook integration in react native\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/pheonixsolutions.com\\\/blog\\\/facebook-integration\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/pheonixsolutions.com\\\/blog\\\/facebook-integration\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/pheonixsolutions.com\\\/blog\\\/facebook-integration\\\/#primaryimage\",\"url\":\"https:\\\/\\\/lh4.googleusercontent.com\\\/QC542Rk8Aw2SF36_o8Ka4inPVoNSb86jElLwxCNnD7a6N8edi7a1KTxrSpzS2BVJ9aAEPfw8dzx-5l8fQIldzquVYCBwmRbkxmTL4QPAiyzb-CbaRESx1eqeOgofcySxRTDbGDZrK-DBI_FslxzQIg\",\"contentUrl\":\"https:\\\/\\\/lh4.googleusercontent.com\\\/QC542Rk8Aw2SF36_o8Ka4inPVoNSb86jElLwxCNnD7a6N8edi7a1KTxrSpzS2BVJ9aAEPfw8dzx-5l8fQIldzquVYCBwmRbkxmTL4QPAiyzb-CbaRESx1eqeOgofcySxRTDbGDZrK-DBI_FslxzQIg\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/pheonixsolutions.com\\\/blog\\\/facebook-integration\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/pheonixsolutions.com\\\/blog\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Facebook Integration\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/pheonixsolutions.com\\\/blog\\\/#website\",\"url\":\"https:\\\/\\\/pheonixsolutions.com\\\/blog\\\/\",\"name\":\"Pheonix Solutions\",\"description\":\"We Empower Your Business Growth\",\"publisher\":{\"@id\":\"https:\\\/\\\/pheonixsolutions.com\\\/blog\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/pheonixsolutions.com\\\/blog\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/pheonixsolutions.com\\\/blog\\\/#organization\",\"name\":\"PheonixSolutions\",\"url\":\"https:\\\/\\\/pheonixsolutions.com\\\/blog\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/pheonixsolutions.com\\\/blog\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/pheonixsolutions.com\\\/blog\\\/wp-content\\\/uploads\\\/2016\\\/12\\\/logo.png\",\"contentUrl\":\"https:\\\/\\\/pheonixsolutions.com\\\/blog\\\/wp-content\\\/uploads\\\/2016\\\/12\\\/logo.png\",\"width\":454,\"height\":300,\"caption\":\"PheonixSolutions\"},\"image\":{\"@id\":\"https:\\\/\\\/pheonixsolutions.com\\\/blog\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/www.facebook.com\\\/PheonixSolutions-209942982759387\\\/\",\"https:\\\/\\\/x.com\\\/pheonixsolution\"]},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/pheonixsolutions.com\\\/blog\\\/#\\\/schema\\\/person\\\/80ad7d703b76a00a54241462f65a11ab\",\"name\":\"Susmitha\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/b852ad0580f1aad7a0cf324b31c2deb4b0144573481f7107285b37a8a3fc471d?s=96&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/b852ad0580f1aad7a0cf324b31c2deb4b0144573481f7107285b37a8a3fc471d?s=96&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/b852ad0580f1aad7a0cf324b31c2deb4b0144573481f7107285b37a8a3fc471d?s=96&r=g\",\"caption\":\"Susmitha\"},\"url\":\"https:\\\/\\\/pheonixsolutions.com\\\/blog\\\/author\\\/susmitha\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Pheonix Solutions - We Empower Your Business Growth","description":"facebook integration in react native","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/pheonixsolutions.com\/blog\/facebook-integration\/","og_locale":"en_US","og_type":"article","og_title":"Pheonix Solutions - We Empower Your Business Growth","og_description":"facebook integration in react native","og_url":"https:\/\/pheonixsolutions.com\/blog\/facebook-integration\/","og_site_name":"PHEONIXSOLUTIONS","article_publisher":"https:\/\/www.facebook.com\/PheonixSolutions-209942982759387\/","article_published_time":"2023-09-07T11:05:32+00:00","article_modified_time":"2023-09-07T11:05:36+00:00","og_image":[{"url":"https:\/\/lh4.googleusercontent.com\/QC542Rk8Aw2SF36_o8Ka4inPVoNSb86jElLwxCNnD7a6N8edi7a1KTxrSpzS2BVJ9aAEPfw8dzx-5l8fQIldzquVYCBwmRbkxmTL4QPAiyzb-CbaRESx1eqeOgofcySxRTDbGDZrK-DBI_FslxzQIg","type":"","width":"","height":""}],"author":"Susmitha","twitter_card":"summary_large_image","twitter_creator":"@pheonixsolution","twitter_site":"@pheonixsolution","twitter_misc":{"Written by":"Susmitha","Est. reading time":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/pheonixsolutions.com\/blog\/facebook-integration\/#article","isPartOf":{"@id":"https:\/\/pheonixsolutions.com\/blog\/facebook-integration\/"},"author":{"name":"Susmitha","@id":"https:\/\/pheonixsolutions.com\/blog\/#\/schema\/person\/80ad7d703b76a00a54241462f65a11ab"},"headline":"Facebook Integration","datePublished":"2023-09-07T11:05:32+00:00","dateModified":"2023-09-07T11:05:36+00:00","mainEntityOfPage":{"@id":"https:\/\/pheonixsolutions.com\/blog\/facebook-integration\/"},"wordCount":847,"commentCount":0,"publisher":{"@id":"https:\/\/pheonixsolutions.com\/blog\/#organization"},"image":{"@id":"https:\/\/pheonixsolutions.com\/blog\/facebook-integration\/#primaryimage"},"thumbnailUrl":"https:\/\/lh4.googleusercontent.com\/QC542Rk8Aw2SF36_o8Ka4inPVoNSb86jElLwxCNnD7a6N8edi7a1KTxrSpzS2BVJ9aAEPfw8dzx-5l8fQIldzquVYCBwmRbkxmTL4QPAiyzb-CbaRESx1eqeOgofcySxRTDbGDZrK-DBI_FslxzQIg","inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/pheonixsolutions.com\/blog\/facebook-integration\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/pheonixsolutions.com\/blog\/facebook-integration\/","url":"https:\/\/pheonixsolutions.com\/blog\/facebook-integration\/","name":"Pheonix Solutions - We Empower Your Business Growth","isPartOf":{"@id":"https:\/\/pheonixsolutions.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/pheonixsolutions.com\/blog\/facebook-integration\/#primaryimage"},"image":{"@id":"https:\/\/pheonixsolutions.com\/blog\/facebook-integration\/#primaryimage"},"thumbnailUrl":"https:\/\/lh4.googleusercontent.com\/QC542Rk8Aw2SF36_o8Ka4inPVoNSb86jElLwxCNnD7a6N8edi7a1KTxrSpzS2BVJ9aAEPfw8dzx-5l8fQIldzquVYCBwmRbkxmTL4QPAiyzb-CbaRESx1eqeOgofcySxRTDbGDZrK-DBI_FslxzQIg","datePublished":"2023-09-07T11:05:32+00:00","dateModified":"2023-09-07T11:05:36+00:00","description":"facebook integration in react native","breadcrumb":{"@id":"https:\/\/pheonixsolutions.com\/blog\/facebook-integration\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/pheonixsolutions.com\/blog\/facebook-integration\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/pheonixsolutions.com\/blog\/facebook-integration\/#primaryimage","url":"https:\/\/lh4.googleusercontent.com\/QC542Rk8Aw2SF36_o8Ka4inPVoNSb86jElLwxCNnD7a6N8edi7a1KTxrSpzS2BVJ9aAEPfw8dzx-5l8fQIldzquVYCBwmRbkxmTL4QPAiyzb-CbaRESx1eqeOgofcySxRTDbGDZrK-DBI_FslxzQIg","contentUrl":"https:\/\/lh4.googleusercontent.com\/QC542Rk8Aw2SF36_o8Ka4inPVoNSb86jElLwxCNnD7a6N8edi7a1KTxrSpzS2BVJ9aAEPfw8dzx-5l8fQIldzquVYCBwmRbkxmTL4QPAiyzb-CbaRESx1eqeOgofcySxRTDbGDZrK-DBI_FslxzQIg"},{"@type":"BreadcrumbList","@id":"https:\/\/pheonixsolutions.com\/blog\/facebook-integration\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/pheonixsolutions.com\/blog\/"},{"@type":"ListItem","position":2,"name":"Facebook Integration"}]},{"@type":"WebSite","@id":"https:\/\/pheonixsolutions.com\/blog\/#website","url":"https:\/\/pheonixsolutions.com\/blog\/","name":"Pheonix Solutions","description":"We Empower Your Business Growth","publisher":{"@id":"https:\/\/pheonixsolutions.com\/blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/pheonixsolutions.com\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/pheonixsolutions.com\/blog\/#organization","name":"PheonixSolutions","url":"https:\/\/pheonixsolutions.com\/blog\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/pheonixsolutions.com\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/pheonixsolutions.com\/blog\/wp-content\/uploads\/2016\/12\/logo.png","contentUrl":"https:\/\/pheonixsolutions.com\/blog\/wp-content\/uploads\/2016\/12\/logo.png","width":454,"height":300,"caption":"PheonixSolutions"},"image":{"@id":"https:\/\/pheonixsolutions.com\/blog\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/PheonixSolutions-209942982759387\/","https:\/\/x.com\/pheonixsolution"]},{"@type":"Person","@id":"https:\/\/pheonixsolutions.com\/blog\/#\/schema\/person\/80ad7d703b76a00a54241462f65a11ab","name":"Susmitha","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/b852ad0580f1aad7a0cf324b31c2deb4b0144573481f7107285b37a8a3fc471d?s=96&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/b852ad0580f1aad7a0cf324b31c2deb4b0144573481f7107285b37a8a3fc471d?s=96&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/b852ad0580f1aad7a0cf324b31c2deb4b0144573481f7107285b37a8a3fc471d?s=96&r=g","caption":"Susmitha"},"url":"https:\/\/pheonixsolutions.com\/blog\/author\/susmitha\/"}]}},"jetpack_featured_media_url":"","jetpack_shortlink":"https:\/\/wp.me\/p7F4uM-1UK","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/pheonixsolutions.com\/blog\/wp-json\/wp\/v2\/posts\/7362","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/pheonixsolutions.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/pheonixsolutions.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/pheonixsolutions.com\/blog\/wp-json\/wp\/v2\/users\/504"}],"replies":[{"embeddable":true,"href":"https:\/\/pheonixsolutions.com\/blog\/wp-json\/wp\/v2\/comments?post=7362"}],"version-history":[{"count":0,"href":"https:\/\/pheonixsolutions.com\/blog\/wp-json\/wp\/v2\/posts\/7362\/revisions"}],"wp:attachment":[{"href":"https:\/\/pheonixsolutions.com\/blog\/wp-json\/wp\/v2\/media?parent=7362"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/pheonixsolutions.com\/blog\/wp-json\/wp\/v2\/categories?post=7362"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/pheonixsolutions.com\/blog\/wp-json\/wp\/v2\/tags?post=7362"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}