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
Here are the android/build.gradle files contents of two different project. PROJECT 1 ext { buildToolsVersion = "29.0.3" minSdkVersion = 21
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
Here's some code: $facebookUrl = 'https://graph.facebook.com/'.$facebookPageId.'/posts?&access_token='.$facebookAppId.'|'.$facebookAppSecret; $facebookData
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
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
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 .
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
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
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
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
I've got this code to handle Facebook response: if (response && !response.error_message) { alert('Posting
I get error #200 when trying to add some comments on friends post: { "name": "Comment", "link": "https://www.facebook.com/586953601/posts/10151621828953
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
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,
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
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
Currently, I am doing a project on laravel5. I use socialize for Facebook authentication,But I got cURL error Mentioned below. RequestException in CurlFactor
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
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