Skip to content Skip to sidebar Skip to footer
Showing posts with the label Facebook Graph Api

Posting To Facebook With Python And Graph Api, Permissions Issue

Relatively new to interacting with Facebook through the Graph API, so apologies in advance. I a sim… Read more Posting To Facebook With Python And Graph Api, Permissions Issue

How To Make This Page Reload On Login / Logout?

I tried to make the user variable available serveside and now I've noticed that my page behaves… Read more How To Make This Page Reload On Login / Logout?

Unique Constraint Failed: Auth_user.username

I'm trying to store the First name and last name straight from the Facebook API to a User Auth … Read more Unique Constraint Failed: Auth_user.username

How Can I Post As A Facebook Page Using Api Now That Publish_actions Permission Has Been Deprecated? (since April 24, 2018)

I've read several tutorials on how to make a Facebook post via Python API. Documentation on thi… Read more How Can I Post As A Facebook Page Using Api Now That Publish_actions Permission Has Been Deprecated? (since April 24, 2018)

Tag Facebook Friends Python Sdk Graphapi In Put_photo

I would to post pictures and tag with frieds. graph = facebook.GraphAPI(self.cfg['access_token&… Read more Tag Facebook Friends Python Sdk Graphapi In Put_photo

Download All Posts For Group I Have Admin Rights To Using Facebook Graph Api

We are trying to retrieve ALL the posts, with associated comments and images, made to our group in … Read more Download All Posts For Group I Have Admin Rights To Using Facebook Graph Api