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

Request Fields In Python Facebook Sdk

This is the way I am currently fetching the /me object: self.facebook_user = facebook.GraphAPI(acce… Read more Request Fields In Python Facebook Sdk

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

Simple Facebook Connect In Google App Engine (python)

Does anyone have a simple and successful demo implementation of facebook connect in an google app e… Read more Simple Facebook Connect In Google App Engine (python)

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 Do I Scrape The About Section Of A Facebook Page?

How do I scrape pages from the Facebook About section. Can I use Facebook Graph API or should I us… Read more How Do I Scrape The About Section Of A Facebook Page?

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

How To Add Query Parameters To Django-allauth Login_redirect_url?

My JS file is embedded on a third party page the JS file talks to my server using a jsonp request w… Read more How To Add Query Parameters To Django-allauth Login_redirect_url?

Retrieve Post Of A Facebook Page Using Facebook Api (python)

Currently, I am using https://github.com/pythonforfacebook/facebook-sdk I just picked up python not… Read more Retrieve Post Of A Facebook Page Using Facebook Api (python)