Category "facebook"

Facebook - API Conversion & Pixel - Duplication Issue

I have implemented Conversion API along with Pixel, for the same Pixel ID. They both seem to be firing correctly and test data is coming in for both Server and

Multiple projects react-native android build error

Here are the android/build.gradle files contents of two different project. PROJECT 1 ext { buildToolsVersion = "29.0.3" minSdkVersion = 21

Facebook PHP SDK - "Please close this tab to continue" error in iOS

I'm using the PHP SDK (v5.0) to log users into my site, using the basic code from Facebook's docs (I filled in and/or changed the necessary parts for my website

Facebook API, get page post link (PHP)

Here's some code: $facebookUrl = 'https://graph.facebook.com/'.$facebookPageId.'/posts?&access_token='.$facebookAppId.'|'.$facebookAppSecret; $facebookData

Setting up Facebook SDK for post processing leads to error messages in console

I have no clear effects from this, but am in the final phases of a project and am trying to heed any warnings. I receive 3 warning logs from FB each time I laun

How not to send ANY query parameter facebook pixel

I need some help with Facebook pixel. I have a pixel installed on my web: <!-- Facebook Pixel Code --> <script> !function(f,b,e,v,n,t,s) {if(f.fbq)r

How to send and Receive messages using Facebook Messenger API

i am using C# library for FB Messenger API here - https://www.nuget.org/packages/facebook-messenger-net-lib/ But i think there is lack of some documentation .

How do I send event_id with Facebook pixel?

I get an error from Facebook: Purchase Event Missing Some Deduplication Parameters You're sending Purchase events through both your pixel and the Conversions A

Facebook login via app with unverified user account in FB

I'm using facebook-ios-sdk-3.10, Using this SDK I'll login and fetch user details from FB Its working fine for me. This is the code I'm uisng - (IBAction)fbLo

Facebook login message: "URL Blocked: This redirect failed because the redirect URI is not whitelisted in the app’s Client OAuth Settings."

Important notice: If you register for testing, go to your profile settings and to your interests add delete profile. Trying to login with Facebook to my websi

How can I get the events for a Facebook page?

Using the latest version (2.12) of the Facebook API I'm trying to get (public) events for a page, using the Graph API Explorer. However, I can't seem to get it

Handling Facebook response [duplicate]

I've got this code to handle Facebook response: if (response && !response.error_message) { alert('Posting

Error #200 when adding comments on friends post

I get error #200 when trying to add some comments on friends post: { "name": "Comment", "link": "https://www.facebook.com/586953601/posts/10151621828953

Facebook widget (by Milap Patel) how to translate the text?

im using the facebook widget for wordpress by: http://wordpress.org/extend/plugins/facebook-pagelike-widget/ on my blog, but I would like to translate or change

How to logout from facebook with LoginManager provided by react-native-fbsdk?

In simple, how does one log out with LoginManager provided by react-native-fbsdk? If we look the code inside that LoginManager provided by react-native-fbsdk,

How can I manually add Automatic Advanced Matching to my form for Facebook's Pixel in a React site?

I have a form in my landing page written in React and I need the form inputs to be sent or somehow registered with the 'fbq' (Facebook Pixel) for the site. The

How to install facebook event pixel in react component

I have a Facebook base code for lead tracking installed in my React app. All I want to do is to add fbq('track', 'Lead'); to my "Thankyou.jsx" component. All e

How to solve cURL error 60: SSL certificate in Laravel 5 while Facebook authentication

Currently, I am doing a project on laravel5. I use socialize for Facebook authentication,But I got cURL error Mentioned below. RequestException in CurlFactor

Unable to integrate RASA chatbot to Facebook page

I have created a new app on Facebook and set up messenger and added an existing page. I have put access token, secret, and verify to credentials.yml file in RAS

Using facebook SDK on Android gives "User logged in as different Facebook user." error

I'm upgrading my use of the Facebook SDK to the latest version. The following code is prety much lifted line by line from Facebook's own examples, which can be