I am trying to mention the user when replying to their comment on my page post. I am using the following endpoint https://graph.facebook.com/v19.0/136580295900502_2467377823447413/comments?access_token= req body: { "message" :" hello @[7132049906831253] test v19 from postman. " }
but in the reply comment posted on facebook, the PSID is replaced by the name of the user but it is not clickable.

Related to bug: https://developers.facebook.com/support/bugs/1096399604832261
The /me/accounts endpoint is still not returning pages, even when the app has the advanced business_management permission, as required for v19.0 API.
Works fine for app admin, but not for regular user.

This started all of a sudden. Other APIs e.g. Campaign creation, Adset creation etc are working fine but I am not able to create ads via API.
Error-
{ "error": { "message": "Application does not have permission for this action", "type": "OAuthException", "code": 10, "error_subcode": 1815574, "is_transient": false, "error_user_title": "App Permission Missing", "error_user_msg": "App 729,690,972,144,381 does not have permission for this action", "fbtrace_id": "Av2JIOM0448H4j4046cSstT" } }

When using Cocoapods, I've got crash
Thread 1: "FBAdConfigManager is a final class and cannot be subclassed. FBAdConfigManager"
If I add
!use_frameworks :linkage => :static
to the Podfile, it resolves the issue with FBAudienceNetwork, but other Facebook's pods stop working (FBSDKCoreKit, FBSDKLoginKit).
I discovered that Meta distributes static framework in FBAudienceNetwork pod but doesn't set static_framework = true flag in its podspec. If I change the podspec and set static_framework = true flag then everything works fine.
Any temporary workarounds are welcomed. It would be great, if FBAudienceNetwork.podspec could be fixed, since creating my own FBAudienceNetwork pod and maintaining it is a cumbersome solution.

I am new to Google Ads API, and I am following the following repository, which contains python samples for the dfa reporting API:

https://github.com/googleads/googleads-dfa-reporting-samples/blob/main/python/v4/

I am using an user account, and I am able to run authenticate_user_account.py obtaining authentification successful. However, when I am trying to run the get_campaigns.py I obtain a TypeError:

Traceback (most recent call last):   File "/Users/jozaita/Documents/googleads-dfa-reporting-samples/python/v4/get_campaigns.py", line 64, in <module>     main(sys.argv)   File "/Users/jozaita/Documents/googleads-dfa-reporting-samples/python/v4/get_campaigns.py", line 43, in main     request = service.campaigns().list(profileId=profile_id)               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^   File "/Users/jozaita/Documents/googleads-dfa-reporting-samples/venv/lib/python3.12/site-packages/googleapiclient/discovery.py", line 1122, in method     for pvalue in pvalues: TypeError: 'int' object is not iterable 

I am running the command as :

python3 python/v4/get_campaigns.py  XXXXXXXXX 

Where XXXXXXXXX is a number.

Can anyone help to show which is my mistake, or how can I get over this issue?

Thank you very much in advance

I searched in google there is additional information , I have found the same mistake in the Google Ad GoogleGroups but I am not able to join or get to the GoogleGroups conversation