Posts under category Meta & Facebook

When I log in with the Facebook app for the first time, 'Cancel' and 'Continue' buttons are missing, UI like broken, and I can't scroll either. This bug also happen when request Connect to FB Pages
Permissions Requests (FB allowed these): [ 'public_profile', 'pages_show_list', 'pages_manage_ads', 'pages_read_engagement', 'leads_retrieval', 'ads_management', 'pages_manage_metadata', 'business_management' ]
My react-native version is 0.68.2, react-native-fbsdk-next version is 11.1.0, and FBSDKVersion is 15.0.0

When I log in with the Facebook app for the first time, 'Cancel' and 'Continue' buttons are missing, UI like broken, and I can't scroll either. This bug also happen when request Connect to FB Pages
Permissions Requests (FB allowed these): [ 'public_profile', 'pages_show_list', 'pages_manage_ads', 'pages_read_engagement', 'leads_retrieval', 'ads_management', 'pages_manage_metadata', 'business_management' ]
My react-native version is 0.68.2 and react-native-fbsdk-next version is 11.1.0.

I am using the "Instagram Basic Display API".
I hit the following URL to get a photo:
graph.instagram.com
Basically it works fine, but with certain general accounts, the following error occurs. (And it happened suddenly, because I was able to get it before.)
{'error': {'message': 'Unsupported request - method type: get', 'type': 'IGApiException', 'code': 100, 'fbtrace_id': 'AHvjL-W4wAThtIHjsTEnN4V'}}
I have no idea what the cause is.
I looked at other similar questions, but there didn't seem to be any solution.
Thank you in advance.

I am working on building an Instagram app (I actually use Instagram Basic API, but that category was unavailable). I use my Instagram account as an "Instagram tester account" and make Api calls through it to get my media content as part of testing. I have received the notification "automated behavior is suspected on your account" (image attached). How can I stop this message? As I need to test in order to build the app.

We have a problem using Meta Pixel with advanced matching parameters in our single-page application. The problem lies in the fact that we cannot initialize Pixel multiple times (call fbq(‘init’) method) - we’d simply get an error in the console and the previous version of initialized Pixel would remain the active one. Our scenario is the following: at first the customers perform the signup on our website and from that we know several data points that can be sent alongside with «CompleteRegistration» standard event through advanced matching parameters - namely «email», «external_id» and «country». Later on customers complete PII and we start sending «PageView» and «Purchase» events, but at this point it’s no longer possible to update advanced matching parameters list with newly gathered information. Is there any possibility we can call fbq(’init’) with advanced matching parameters multiple times? We are aware that there’s a possibility to perform 2 ‘init’ methods - first being without advanced matching parameters and the second with advanced matching parameters, but we don’t want to make sacrifices during «CompleteRegistration» event sending.