85,478 questions
-3
votes
0
answers
23
views
I am currently not receiving any invitations for an app on facebook developers, which i'm being invited to. What could be the issue? [closed]
My team is trying to integrate the Meta API for tracking app installs. I’ve been added to the app so I can begin the integration, but I’m not receiving any of the invitation emails. I’ve checked my ...
-1
votes
0
answers
20
views
Facebook CDN images not loading with API url
When requesting a Facebook post image using the full_picture field from the Graph API, the URL returned in the JSON response is valid. However, when this URL is used in an <img> tag, Facebook ...
0
votes
1
answer
49
views
Passing image via interractive_asset_uri to Facebook does not work
I have been trying to pass image as an asset to Facebook as described here https://developers.facebook.com/docs/sharing/sharing-to-stories/android-developers/ in the Sharing a Sticker Asset section.
...
Best practices
0
votes
0
replies
23
views
Post to a FB Page on behalf of a client who is an admin
I have a web app that has a button that used to work. It sent the user to their Facebook "Page" page along with content for them to post. That has stopped working recently.
I need to know ...
1
vote
0
answers
41
views
How to retrieve "Message Templates" from Facebook Ads Manager via Graph API (not welcome_message_flows or ad creative embedded)
I'm trying to programmatically retrieve a list of "Message templates" that are available for selection when creating a Messenger ad in Facebook Ads Manager. These templates appear in a ...
0
votes
0
answers
51
views
How to integrate Meta/Facebook App Events SDK in an Ionic/Capacitor app?
I've developed an Ionic + Capacitor app using vanilla TypeScript and Stencil. The app is already live on both the Play Store and the App Store.
Our marketing manager has asked me to set up the app to ...
0
votes
0
answers
40
views
Custom events are not visible in ads manager Facebook
If I check event manager, I see a lot of custom events there!
This events I send from my iOS and Android app.
But when I open adsManager to see how many of this events were fired, I cannot see all of ...
0
votes
0
answers
44
views
React native iOS is not registering Facebook events
I have added the Facebook SDK for React Native, and somehow the iOS events are not getting registered, but Android is working as expected.
Library
"react-native-fbsdk-next": "^13.4.1&...
0
votes
0
answers
94
views
n8n Whastapp trigger on message recieve
It gives me this error
Problem running workflow
Bad request - please check your parameters
Details : WhatsApp Trigger: (#2200) Callback verification failed with the following errors: curl_errno = 35; ...
0
votes
1
answer
63
views
Issue with Facebook Graph API Page Access Token Retrieval Returning Empty Array
I am currently experiencing a technical issue with our Facebook page integration functionality using the Facebook Graph API, and I would greatly appreciate your guidance on resolving this matter.
...
1
vote
0
answers
57
views
Facebook OAuth with Appwrite Cloud fails: "Something went wrong" after login redirect
I’m integrating Facebook login in my Flutter app using Appwrite Cloud. Google OAuth works fine, but I’m stuck with Facebook.
Here’s what happens:
When I log in with Facebook, the popup opens, I click ...
0
votes
0
answers
111
views
n8n Production Webhook URLs Fail Facebook Webhook Verification While Test URLs Work - Same Configuration
Description:
I'm building a CRM system that integrates Facebook Messenger for businesses to manage customer conversations. The system works perfectly with n8n Test webhook URLs but fails verification ...
-1
votes
1
answer
319
views
How to fix the Facebook's "Advertiser Tracking Enabled parameter volume out of range" error
My team wants to run an ad campaign, but the event which we wanna use is not eligible for it, as it says "Advertiser Tracking Enabled parameter volume out of range (Your app needs a certain ...
0
votes
2
answers
93
views
Button press TAB not working in selenium python
I am trying to make a script, which would share a particular post along some groups in Facebook.
Everything is working smoothly, until choosing the group to repost the post in.
I have decided to use ...
0
votes
0
answers
42
views
No Redirect Uri in params issue in expo auth session for facebook
I am trying to add facebook auth in my app using expo-auth-session , i used the following code and also one reference from youtube which results in same output , i am getting this error "No ...
0
votes
0
answers
110
views
Android Chrome Custom Tabs login with Facebook
In our app, for login we use our web login page that supports email and facebook login. After login we redirect back to the app. It was working until recently we noticed that some phones (galaxy s24 ...
0
votes
1
answer
147
views
How can I upgrade to Facebook iOS SDK v18.0.0 using Swift Package Manager?
I'm trying to upgrade the Facebook iOS SDK in my Swift-based iOS app using Swift Package Manager (SPM).
Currently, my project is locked at version 14.1.0 with the rule set to Up to Next Major Version.
...
0
votes
1
answer
184
views
When using logging into Instagram using Instagram API, redirect does not work
I am trying to authenticate Instagram with Instagram API. This is my code:
class InstagramAPI {
private accessToken: string | null = null;
private baseUrl = "https://graph.instagram.com";...
2
votes
4
answers
1k
views
Could not find any version that matches com.facebook.android:facebook-android-sdk:[8,9)
So I started getting this error while generating the debug APK:
Could not find any version that matches com.facebook.android:facebook-android-sdk:[8,9).
Versions that do not match: 18.1.3
Searched in ...
0
votes
0
answers
40
views
Facebook Bot / Messenger Bit
So as we know that in order to create Facebook Post or read comments or get post interactions or sending a message on Facebook messenger we need Token from Facebook developer page with the right ...
0
votes
0
answers
71
views
Facebook Graph API - "Invalid OAuth access token" error despite using valid token
I'm trying to use the Facebook Graph API with Python to access user profile data, posts, and photos. Despite generating a valid access token through the Graph API Explorer, I keep getting the error:
C:...
1
vote
1
answer
63
views
POST message with Facebook SDK PHP does not work as expected
This is my code:
$fb = new \Facebook\Facebook([
'app_id' => $appId,
'app_secret' => $secret,
'default_graph_version' => $...
0
votes
0
answers
26
views
Facebook/Meta App Review Rejected for App Links Widget
I just had my app review rejected due to the following:
"After conducting a review we found that there is no app links in the App link widget. And no information about the app."
This is a ...
1
vote
0
answers
37
views
Facebook Live comments with Server Sent Events - Error 400
I'm trying to make SSE for live comments work with nodejs, The application runs a nestjs app, but when I try to access the SSE, I got an error 400. I'm using a page access token, already checked the ...
1
vote
0
answers
44
views
I'm not receiving webhooks when enrolled in Conversation Routing
Recently, Meta has been transfering pages from Handover Protocol to Conversation Routing.
For my transferred pages I stopped receiving webhooks about thread passes to my non-default App.
I know it is ...