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

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?

I Am Getting An Error When Using The Facebook Api

File 'SAMPLE_CODE.py', line 21, in from facebookads.adobjects.adaccount import AdAccou… Read more I Am Getting An Error When Using The Facebook Api

Extract Data (likes) From Json Api Using Python

I want to pull the number of likes for my project. Here's my code: import facepy from facepy … Read more Extract Data (likes) From Json Api Using Python

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

Python .click() Not Working

I am currently using the following Python and Selenium versions: Python34 3.4.3 (v3.4.3:9b73f1c3e60… Read more Python .click() Not Working

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

Facebook Python " Valueerror: Too Many Values To Unpack"

I am new to programing and Python.. Below is my code. import csv import json import urllib import s… Read more Facebook Python " Valueerror: Too Many Values To Unpack"

Flask Facebook Canvas App - 405 Method Not Allowed

I am fairly new to web development and Python, trying to make a facebook app using python flask. Fo… Read more Flask Facebook Canvas App - 405 Method Not Allowed

Python Social Auth Redirecting To The Same URL

After I choose some view with the decorator login_required() the user is redirected to: http://exam… Read more Python Social Auth Redirecting To The Same URL

Facebook, Django, And Google App Engine

I'm experimenting with app-engine-patch (Django for GAE) on Google App Engine. And I would like… Read more Facebook, Django, And Google App Engine