This commit is contained in:
parent
71a6dd2767
commit
5e98aee93b
@ -205,7 +205,7 @@ class FacebookService:
|
|||||||
# Prepend mention if sender_id provided
|
# Prepend mention if sender_id provided
|
||||||
if sender_id:
|
if sender_id:
|
||||||
mention = f"https://www.facebook.com/{sender_id} "
|
mention = f"https://www.facebook.com/{sender_id} "
|
||||||
message = f"{mention}{message}{post_id}"
|
message = f"{mention}\n\n{message}\n\n https://wa.me/447887147696"
|
||||||
|
|
||||||
url = f"{self.base_url}/{post_id}/comments"
|
url = f"{self.base_url}/{post_id}/comments"
|
||||||
payload = {"message": message, "access_token": access_token}
|
payload = {"message": message, "access_token": access_token}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user