Re: use Python to post image to Facebook

2012-06-24 Thread Laurent Pointal
davecotef...@gmail.com wrote: > On Monday, 9 April 2012 20:24:54 UTC-7, CM wrote: >> Shot in the dark here: has any who reads this group been successful >> with getting Python to programmatically post an image to Facebook? >> >> I've tried using fbconsole[1] and facepy[2], both of which apparen

Re: use Python to post image to Facebook

2012-06-22 Thread Putilov Roman
Try to use http://pycurl.sourceforge.net/ I don't test it, but there is no problem interact with google services. 22.06.12 17:27, davecotef...@gmail.com пишет: On Monday, 9 April 2012 20:24:54 UTC-7, CM wrote: Shot in the dark here: has any who reads this group been successful with getting Py

Re: use Python to post image to Facebook

2012-06-22 Thread davecotefilm
On Monday, 9 April 2012 20:24:54 UTC-7, CM wrote: > Shot in the dark here: has any who reads this group been successful > with getting Python to programmatically post an image to Facebook? > > I've tried using fbconsole[1] and facepy[2], both of which apparently > work fine for their authors and

Re: use Python to post image to Facebook

2012-04-09 Thread Shashank Singh
I wrote something like this a little while ago, may be this is what you are looking for: http://rationalpie.wordpress.com/2011/02/12/posting-photo-to-wall-using-facebook-graph-api/ On Mon, Apr 9, 2012 at 8:46 PM, CM wrote: > > I've tried using fbconsole[1] and facepy[2], both of which apparently

Re: use Python to post image to Facebook

2012-04-09 Thread CM
> I've tried using fbconsole[1] and facepy[2], both of which apparently Forgot the refs: [1]https://github.com/facebook/fbconsole; http://blog.carduner.net/2011/09/06/easy-facebook-scripting-in-python/ [2]https://github.com/jgorset/facepy -- http://mail.python.org/mailman/listinfo/python-list

use Python to post image to Facebook

2012-04-09 Thread CM
Shot in the dark here: has any who reads this group been successful with getting Python to programmatically post an image to Facebook? I've tried using fbconsole[1] and facepy[2], both of which apparently work fine for their authors and others and although I have an authorization code, publish pe