python-facebook icon indicating copy to clipboard operation
python-facebook copied to clipboard

A simple Python wrapper for facebook graph api :sparkles: :cake: :sparkles: .

Results 28 python-facebook issues
Sort by recently updated
recently updated
newest added

Hi there, Do this API support looking for live video's comment (I'm wondering for facebook but also ig), like checking if the userid has some live working out and picking...

It would be great to make the lib asyncio compatible, maybe by replacing requests by aiohttp. Just a suggestion for the future, but thanks already for the nice work done...

enhancement

Hi, i'm proposing a change for methods that return lists of results as I 've just used get_page_published_posts for a long period search and realized that the method took quite...

In order to get public pages info, we need `pages_read_engagement` authorization. Do you have advice on how to get it? Facebook review process assumes I'm using the app to some...

question

I'm happy to help implementing it.

good first issue

I'm trying to use the library to generate a login process for a django app for both FB and IG. I manage to get the auth URL and redirect the...

I have created an app which I intend on releasing for public use, it will not use any sort of webservers and will only run on their local computer allowing...

Currently, ``` def exchange_user_access_token( self, response: str, redirect_uri: Optional[str] = None, scope: Optional[List[str]] = None, **kwargs, ) -> dict: """ :param response: The redirect response url for authorize redirect :param...

good first issue

It would be really great to have optin/optout feature in messenger supported!

I try to send text message with help this enpount: https://developers.facebook.com/docs/messenger-platform/send-messages/ but if I do ``` data = {"recipient": {"id": recipient_id}, "message": {"text": message}} return GraphAPI( app_id=settings.FACEBOOK_APP_ID, app_secret=settings.FACEBOOK_APP_SECRET_KEY, access_token=access_token, version=self.version,...

question