Skip to main content

All Questions

Tagged with
0 votes
0 answers
79 views

How to fix 'Invalid App ID' error in Facebook SDK Share dialog with non-developer account?

I have made use of facebooks sdk to use their "Share" dialog. I created a button that once clicked, opens up a window which allows the user to select reciepients and add a message if they ...
bryan-tekker's user avatar
0 votes
0 answers
1k views

How to encrypt plain text facebook password into the encrypted format before it is sent ? (#PWD_BROWSER)

Facebook encrypts plain text password before sending it as a login request to the server eg when I login with random login credentials: This is the post request body sent , the email used is test12345@...
vidgusting's user avatar
1 vote
1 answer
727 views

Facebook webhook signature calculation failing

I am developing an application that uses Facebook Webhooks to receive payload from Facebook. For each call, Facebook provides a signature that I need to validate to ensure the payload's integrity and ...
Vatsal Arya's user avatar
1 vote
0 answers
606 views

How to make PageView event from Facebook Pixel work properly with Partytown?

I am trying to implement Facebook Pixel on a WordPress site using Partytown. This is what I have done so far: 1 - I created a simple reverse proxy using PHP based on this repo: $whitelist = 'http://...
churros's user avatar
  • 419
1 vote
0 answers
102 views

Facebook PageView event ignore if anchor changes but url remains

so I'm currently loading to my page head the facebook pixel code and automatically sending a PageView event after its loaded but for some reason its tracking anchor changes when I would like to avoid ...
DeadSec's user avatar
  • 848
0 votes
1 answer
1k views

Facebook Login Page is blank

Facebook Auth Page is empty, no matter what approach or library I use. I am trying to create Facebook Business Auth Login Flow, however, I am stuck with the blank page issue. No matter what I try with ...
SleepySonya's user avatar
0 votes
0 answers
843 views

React how to embed Facebook post using Facebook SDK

I found this page on how to embed a Facebook post. However, I am confused as where I should put the <script></script> tag on my React page. I have tried putting it on my App.js like such ...
andrew's user avatar
  • 41
0 votes
0 answers
304 views

FaceBook Page Photo upload - (#324) Requires upload file

I'm using the FB JS SDK to (attempt) to upload a photo to a users page. However I keep getting the "324 Requires upload file" error, in the code I have tried everything from a url of the ...
Canada_Goose's user avatar
1 vote
0 answers
263 views

How to extract the date of the post from facebook group?

I want to know how to extract the date of the post from facebook group? Although I am able to get the date of all the posts except the first post because the first post has some gibberish spans & ...
Diwakar Dayal's user avatar
0 votes
0 answers
154 views

How pass a Javascript variable value as an event parameter in Facebook pixel without relying on PHP?

I have the following Faceook Pixel code in Javascript: <script> <!-- Start TID Variable --> var texTag='utm_camp'; var pageURLString=new RegExp("[?&]"+texTag+"=([...
WideProjection's user avatar
2 votes
0 answers
213 views

Facebook login only working for one user on which account I have created facebook business app

Facebook login only working for one account only for developer account on I have created Facebook business app. import FacebookLogin from 'react-facebook-login'; const responseFacebook = (response) ...
Qamar Shahzad's user avatar
0 votes
0 answers
56 views

Facebook instant game - I'm having trouble uploading files?

when i try to upload the file i get this message: You must include a bundle config in your upload. To create a bundle config, please refer to: https://developers.facebook.com/docs/games/instant-games/...
trong tien's user avatar
1 vote
0 answers
52 views

FB API is not displaying the data from the API

I'm having an issue here when trying to display data or get the data to work or at least be displayed in the console - I currently have a TypeScript React project where I want to display a Facebook ...
Fred's user avatar
  • 13
0 votes
0 answers
22 views

Javascript to edit URL

I would like to use javascript to grab a URL parameter, in this case the "fbclid" parameter from a facebook ad link click. I want to rename that parameter, so I can properly import it into ...
Adam Henley's user avatar
1 vote
0 answers
87 views

Is it possible to post to facebook groups acting as page using meta graph api?

I need to post in facebook groups from a page I own programmatically. I tried finding docs for it. But the docs for facebook graph api is quite confusing to me. I am not sure if its possible or not. I ...
Naimul Islam's user avatar

15 30 50 per page