Skip to main content

All Questions

0 votes
0 answers
155 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
0 votes
0 answers
51 views

facebook connect Fb.getLoginStatus from php-sdk

I'm building an app with multiple subdomain for my users, since the Facebook JS SDK don't allow wildcard on Authorized domains for the JavaScript SDK in App settings, I created an auth.example.com ...
Abdelraouf Ferah's user avatar
0 votes
0 answers
59 views

Api of facebook is blinking when getting user information

Currently make the connection to the facebook api with php, create a project in facebook developers, generate the corresponding keys and as for the permissions of users I'm using the default and the ...
Assert's user avatar
  • 11
0 votes
0 answers
63 views

Codeigniter: facebook messanger in site, fine with desktop and mobile phones also. But if fb app installed in mobile then cause blank page issue

I have integrated facebook messanger with codeigniter website. everything is working properly.. for desktop and mobile phones also.. but if fb app installed in mobile, then fb messanger cause blank ...
Rakesh Hiray's user avatar
0 votes
0 answers
99 views

facebook messanger icon included in website, want to hide "Login into messanger" popup when we close it. should not appear again during nevigations

I have included facebook messanger on my website.. Its working properly.. when we close "Login into messanger" popup of facebook messanger, then it should not appear during page navigations, after ...
Anjali Patil's user avatar
0 votes
1 answer
555 views

How to test Facebook Login button in localhost?

I'am using php with Grav CMS. It ran on php-built in server. IP: 127.0.0.10:80 /etc/hosts file: 127.0.0.10 mydomain.local In facebook I've added to app domain: mydomain.local And after clicking a ...
Chrzanek's user avatar
  • 197
6 votes
2 answers
479 views

Facebook Graph permissions incorrect

I'm trying to update my code to work with the FB Graph 3.0. The login flow works fine, and I request my permissions and the user grants them. The later bit of PHP code that uses the PHP SDK is meant ...
user101289's user avatar
  • 10.2k
0 votes
0 answers
41 views

I installed the facebook chat plugin and found the Uncaught error h - sdk.js 108

I developed a website using magento ver.1.9.3 and used a basic theme named RWD. Then I have to paste this code into Header (this code is derived from https://developers.facebook.com) <div class="...
0 votes
1 answer
322 views

Start Facebook Livechat upon clicking a link instead of autoload?

FB has launched Livechat API a few months ago. After adding the following coding a small icon will pop up on the bottom right hand corner. <script> window.fbAsyncInit = function() { FB....
gosulove's user avatar
  • 1,645
4 votes
1 answer
15k views

Facebook , How to get phone number after login with facebook sdk?

I have integrated FB sdk for customer login and not able to get phone number in response. Here is my code FB.api('/me', {fields: "id,email,first_name,gender,name,last_name,token_for_business"}, ...
Rana's user avatar
  • 101
0 votes
0 answers
287 views

Facebook Webhook challenge and token empty

I have a very simple script sending an email if there is a new facebook comment. I am using the Webhook: Application and the event: plugin_comment. It actually works if I do not use and test the ...
webGuy's user avatar
  • 153
0 votes
0 answers
181 views

Getting facebook reactions counts on profile or group feed call

It's possible to retrieve total reactions counts for each type of reactions like haha, wow... in one call using facebook graph api for page feed call. In the graph api calling URL we can include those ...
dev-m's user avatar
  • 450
0 votes
0 answers
3k views

Facebook and Whatsapp sharing buttons

I have an PHP page showing an image to the user, and I want them to share via Facebook or WhatsApp, Here the code for the head part: <meta name="description" content="<?php echo $Rowdati['...
Salvatore's user avatar
-3 votes
1 answer
29 views

How can i get current user and does user follow my page or not

i have added like button on my website but i want to check on page load that whether logged in customer already liked my fb page or not? or is there any way to get element of like button iframe.
Karan Adhikari's user avatar
-1 votes
1 answer
370 views

I want to delete comments by a post in facebook graph API

when I generate with post ({app_id}_{post_id}), I believed that delete for /links is not supporting. But delete for `'/feed with link field or not is not supporting.POST delete properly but I want to ...
Ashish Singh's user avatar

15 30 50 per page
1
2 3 4 5
16