Messenger's webhook started ignoring admin's messages - facebook

I'm currently developing a facebook bot. The app's status is "In Development". It's communicating with facebook messenger via webhook "messagee" events. It has been working correctly for a few months, and today the webhook has stopped reacting to my (admin's) messages. Other Testers added in App's Developer Settings can interact with it normally. I've been testing in a lot in the past few weeks, is there some limit for messages per user that I don't know of?

Related

Facebook - Kochava (MMP) integration issue with SKAdNetwork

I have an a flutter app integrated with Kochava, where Kochava is selected to receive SKAdNetwork data. The app is also setup in facebook so that install campaigns can be run. However, when I select it in campaign manager, I get "The Mobile Measurement Partner app used to configure events for this app doesn't currently support SKAdNetwork events. To run iOS 14+ campaigns for this app, choose a different app event connection for SKAdNetwork in Events Manager.".
In the Events Manager, Kochava is configured as the source of SKAdNetwork events (and the configuration screen is "all green"). Also, on the dashboard I can see "fb_auto_published" app install event from MMP and the app screen shows a date of "last mobile app install" (those are all likely originating from iOS14+ live testing).
I want to avoid integration with Facebook SDK and having Facebook as the recipient of SKAdNetwork data (mainly because it feels like a less clean setup with MMP getting some events and Facebook some - while other networks like Twitter are also integrated).
I have tried replicating this setup under clean ad manager and setting up new app in Facebook (no change - still doesn't work). The Kochava-side configuration has been reviewed by Kochava team and looks good to them. Facebook's business support directs me to developer support but only after "recommended" step of Facebook SDK is completed (which I am a bit reluctant to do).

Not able to retrieve lead ads from Facebook webhooks

I have subscribed for leadgen on facebook devlopers- webhooks. I can't receive any real-time leads. And my app is in development mode. If I switch the mode, all the permissions set for the app are gone.

How to get through facebook review process with ios app only in testflight?

I have an app where I am pulling events from different APIs among other the facebook API. For now I am just pulling the facebook events for testers. However, in order to get access to pulling facebook events from all users I need to get the app through the review process for user_events.
My problem is that my app is still in development mode and I cannot release it to the app-store before I have gotten the access from Facebook. But as I understand it, facebook have to review the app themselves. I do not understand how I can possibly get the app through review when they cannot download it - at least I would have to know their emailadresse in order to send an invitation through testflight.
Would it be fine just do create a video of how it looks without facebook getting access to the app or what would be the appropriate approach?

Can I update my web app even after receiving facebook approval

I have created a facebook app which works as a website. My users can make a post to their timelines using this app. I am submitting for app approval. I have a doubt that after receiving approval from Facebook, can I still make changes in my web app. There can be bugs for e.g.
You can make these changes after the approval. I make them constantly with my Facebook apps.

app requests being treated as reminder

I am developing mobile app where user can invite friends through FB app (There is FB Application as well) requests.
When this implemented it worked great. Notification came under globe icon in friends FB. There is no implementation what happens when user click on that notification at that time.
After couple of days testing suddenly it stopped showing under globe but app requests being treated as reminders. Also request can be seen in appcenter/requests as well. But not under globe.
Now we added backend which installs FB app but still there is no showup of requests under globe
After lot of research in FB documentation, I found that app requests needs to be deleted by programmer. How this can be achieved?. I haven't stored those ids anywhere after sending app request.
Please help me out.
Thank you.
I have got this solution after going though lot of FB documentation.
For every app request, Facebook creates unique id in database.
These app requests can be seen at Globe icon, app center, reminders as well.
If received user clicks on pp request, its developer responsibility to remove that unique id from facebook and install app.
As we haven't removed unique ids then FB treating future our app requests as reminders not in notification.
Having removed all those ids now, it started to show up again in notification.