Skip to main content

All Questions

0 votes
0 answers
24 views

Facebook Business Manager app advanced access permission

we are using an app for Facebook Business Manager that allows us to manipulate users' catalogs, enabling us to dynamically add products to their Meta catalog. We are looking to use the "...
alexquenelle's user avatar
0 votes
1 answer
122 views

Facebook JS SDK - The loading of “https://www.facebook.com/plugins/like/connect” in a frame is denied by “X-Frame-Options“ directive set to “deny“

I apologize for my "bad" English (thanks chat gpt), but I'll do my best to explain my issue. I'm referring to the documentation provided by Facebook at https://developers.facebook.com/docs/...
Rodrigo Libraga's user avatar
0 votes
1 answer
99 views

Facebook share and like with callback doesn't run the callback and popup not opening every time

I was trying to implement a Facebook share and like function with a callback. But it does not run the callback. And it was also not triggering the popup 2nd time it clicked. I want to run a callback ...
Dhinesh Kumar's user avatar
0 votes
1 answer
62 views

Facebook JavaScript SDK like button displayed sometimes in Japanese and sometimes in Spanish when I specify en_US

When I use the following: //connect.facebook.net/en_US/sdk.js#xfbml=1&version=v2.3 I get: 👍いいね!3 Or sometimes: 👍Me gusta 3 Here is Facebook's documentation on setting the language: https://...
Roberto Murphy's user avatar
0 votes
0 answers
227 views

facebook sdk and customerchat conflicts fb-root overwrites

I have two FB plugins on a website, social icons with facebook like. another is customer chat. Facebook like is initiated first and it creates div with id fb-root. And when customer chat tries to init ...
Rafee's user avatar
  • 4,055
1 vote
0 answers
314 views

Facebook Like plugin not showing faces even with "data-show-faces" set to true

Trying to add a Facebook Like button with the option "Show Faces" set to true. The problem I'm facing is that the faces don't show - only the names of friends who liked the page. My code: <div ...
JavaScript Warrior's user avatar
0 votes
1 answer
548 views

How I get impression level log data using facebook api

I am working on facebook api. I can get total impression and clicks etc. data from facebook campaigns stats report. But my requirement is to get each impression in individual line. For example if ...
Muhammad Naeem Shahzad's user avatar
17 votes
2 answers
1k views

Facebook Like functionality using C# SDK

I want to display to know when the facebook like button is clicked and upon verify button click, I want to post the like to the fan page. I want to use Facebook C# SDK. Here is my code: Html <...
Pearl's user avatar
  • 9,129
-1 votes
1 answer
87 views

Workaround for Facebook edge.create being removed from the api

We have a credits system than rewards people for liking us on facebook, for marketing purposes. If they like us via the button we put on our platform, we offer them a credit. We used to implement ...
Vlad's user avatar
  • 1,308
0 votes
0 answers
47 views

Append style to facebook like button

I'm trying apply a custom CSS to fb like button using this code: $("#fblike").css("background-color", "red"); But isn't working, I'm getting this error: Uncaught TypeError: Cannot read property 'css'...
Karlna's user avatar
  • 67
0 votes
1 answer
491 views

Facebook SDK edge.create is deprecated. Any alternative?

edge.create and edge.remove JS SDK Events are deprecated. Is there any alternative to allows users to subscribe to the like happening event (fired when the like action is completed)? I've not found ...
Frostbourn's user avatar
0 votes
0 answers
183 views

Facebook Messenger, send webview directly

So i found that the 3 ways to send webviews on facebook messenger are: All of those solutions implies to send either a Menu, a Card or a Chat extension where the user have to click. What im looking ...
Jnewbie's user avatar
  • 163
0 votes
0 answers
122 views

FB like catch not works with first like

MY code is jQuery(window).load(function(){ jQuery("#myDiv").jcFacebookLike({href:"http://www.facebook.com/jaspreetchahal.org", show_faces:"false", ...
Davit Sedrakyan's user avatar
0 votes
1 answer
3k views

Permission issue when publish comment with Facebook Graph API v2.12

I am testing the facebook graph API comments https://developers.facebook.com/docs/graph-api/reference/v2.12/object/comments I checked my permission for the access token it contains the permission, ...
Yizhang Yin's user avatar
0 votes
0 answers
50 views

Why Facebook Like button load large js files?

To integrate Facebook Like button, I included a piece of js code according to Facebook Developer guide, but found it loaded several js files, and in total, it consumes 273kb which is even larger than ...
lazurey's user avatar
  • 317

15 30 50 per page
1
2 3 4 5
16