I want to delete a specific post on Instagram with JavaScript using API I tried how to remove a post from the following document. https://developers.facebook.co
I used facebook live comments API to retrieve live video comments. I able to do it successfully when in local environment. But when I deploy the project with do
I made a website where people can post links for other websites and then the backend generates a preview of the link (by using curl and parsing out the open gra
We have been working on integrating FBE into our app and the development process was going fine, we submitted the app for the review and it didn't get rejected
I´m using the Facebook Dev Explorer to upload a catalog to a Whatsapp Business account. I created manually a catalog by the android app, and now I want to
In Facebook Api V10, what is the option for tagging or mentioning a user in my Facebook post. I have tried with @[username] but it just display like what I wrot
Does anyone know what field is used to identify a post that has been boosted on Facebook? I was hoping 'promotion_status' on the posts edge would help but that
I'm using the Instagram Graph API in a business account, and almost everything works just fine. I have created a WordPress port of the Facebook SDK, and the fun
I recently upgraded to the latest version of the facebook SDK and I'm having issues logging users in. I generate the login link just fine, but when facebook se
PHP Fatal error: Uncaught FacebookAds\Http\Exception\AuthorizationException: Invalid parameter in C:\xampp8.0\htdocs\facebook-php-business-sdk\src\FacebookAds
we are working with a messenger chatbot where we use generic templates to show clients some of the productos that are availablle and a couple of buttons to do s
I have an old piece of php code calling Facebook, that used to work fine until a week ago. Now it suddenly stopped working. Here are the relevant lines involved
I am searching at Facebook Graph Api, using graph api explorer, for some place using the following endpoint: /search?type=place&q=centauro&fields=id
I am currently developing a web app which uses the Facebook Graph API. What I would like to achieve is to get all posts of a user. However, this is not that e
I have an app id and secret of a facebook app. But I am not owner, how can I find out its app version? I tried to go through fb graph api document but it did no
I developped months ago a page to automatically post on my 2 Facebook pages. I could post just a message but also add a link and/or a picture. Everything worked
Here's some code: $facebookUrl = 'https://graph.facebook.com/'.$facebookPageId.'/posts?&access_token='.$facebookAppId.'|'.$facebookAppSecret; $facebookData
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'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