Generate Popular Tags for instagram or facebook

2021-09-20 Thread Python 4 Fun
Before we proceed let me make it clear we are not scraping tags from any website. We will "Generate" them using simple code in python. So, How does it work? First, I have collected all popular tags and saved it in a text file as list. [Read More] https://pysnakeblog.blogspot.com/2021/09/gener

Python 3 at Facebook

2016-09-01 Thread Terry Reedy
https://www.youtube.com/watch?v=nRtp9NgtXiA Jason Fried explains how he helped advance 'modern Python', 3.x, from 'impossible' in 2013 to the 'default for new code' today. -- Terry Jan Reedy -- https://mail.python.org/mailman/listinfo/python-list

Updating FaceBook

2015-05-04 Thread Cecil Westerhof
like there is not something like that for FaceBook. I found: https://github.com/pythonforfacebook/facebook-sdk but that looks not easy to implement. Is there an easier way? In the past you could send an email, but that seems not to work anymore. -- Cecil Westerhof Senior Software Engineer

فيس بوك - facebook

2013-12-30 Thread essd
فيس بوك - facebook https://www.facebook.com/pages/%D9%86%D8%AA%D8%A7%D8%A6%D8%AC-%D8%A7%D9%84%D8%A7%D9%85%D8%AA%D8%AD%D8%A7%D9%86%D8%A7%D8%AA-%D9%88%D8%A7%D9%84%D8%AC%D8%A7%D9%85%D8%B9%D8%A7%D8%AA-%D9%88%D8%A7%D8%AC%D8%AA%D9%85%D8%A7%D8%B9%D9%8A%D8%A7%D8%AA/299719160065550?ref=hl# -- https

Re: Which Python Framework for REST API and Facebook Wrapper?

2013-09-30 Thread waynejwerner
On Saturday, September 28, 2013 11:20:21 AM UTC-5, harry@gmail.com wrote: > I will be designing a REST based API for a cross-platform back end that will > serve both desktop Facebook users as well as mobile users. It will handle > operations such as user creation, retrieval of user

Re: Which Python Framework for REST API and Facebook Wrapper?

2013-09-28 Thread Joel Goldstick
On Sat, Sep 28, 2013 at 12:20 PM, wrote: > I will be designing a REST based API for a cross-platform back end that > will serve both desktop Facebook users as well as mobile users. It will > handle operations such as user creation, retrieval of user and other data, > payment verific

Which Python Framework for REST API and Facebook Wrapper?

2013-09-28 Thread harry . andrei
I will be designing a REST based API for a cross-platform back end that will serve both desktop Facebook users as well as mobile users. It will handle operations such as user creation, retrieval of user and other data, payment verification and in the case of the desktop side, handle the html

Love Italy è su Facebook.

2013-06-25 Thread Facebook
  JASMINE PASTUNG TI INVITA facebook Clicca "Mi piace" su Love Italy su Facebook Dal momento che ricevi già gli aggiornamenti e-mail al di fuori di Facebook, Love Italy ti invita a cliccare su "Mi piace" sulla sua Pagina per non

احلى مجموعة كفرات فيس بوك facebook covers 2013

2013-04-23 Thread 23alagmy
احلى مجموعة كفرات فيس بوك facebook covers 2013 http://natigtas7ab.blogspot.com/2013/04/facebook-covers-2013.html -- http://mail.python.org/mailman/listinfo/python-list

فيس بوك facebook

2013-03-04 Thread 23alagmy
فيس بوك facebook https://www.facebook.com/pages/%D9%86%D8%AA%D8%A7%D8%A6%D8%AC-%D8%A7%D9%84%D8%A7%D9%85%D8%AA%D8%AD%D8%A7%D9%86%D8%A7%D8%AA-%D9%88%D8%A7%D9%84%D8%AC%D8%A7%D9%85%D8%B9%D8%A7%D8%AA-%D9%88%D8%A7%D8%AC%D8%AA%D9%85%D8%A7%D8%B9%D9%8A%D8%A7%D8%AA/299719160065550?ref=hl -- http

facebook

2013-02-26 Thread 23alagmy
facebook http://goo.gl/7nUIp -- http://mail.python.org/mailman/listinfo/python-list

Re: Facebook Graph API

2013-02-19 Thread Сахнов Михаил
You need to get token from API server before signing requests with it, don't you? 19.02.2013 16:42 пользователь "takeshi honda" написал: > The following code gave me the error, "facebook.GraphAPIError: Unsupported > operation". How can I fix this error? &

Re: Facebook Graph API

2013-02-19 Thread Terry Reedy
On 2/19/2013 7:37 AM, takeshi honda wrote: The following code gave me the error, "facebook.GraphAPIError: Unsupported operation". How can I fix this error? import facebook import sys; token = 'mytokenx'; graph = facebook.GraphAPI(token) profile = graph.ge

Facebook Graph API

2013-02-19 Thread takeshi honda
The following code gave me the error, "facebook.GraphAPIError: Unsupported operation". How can I fix this error? import facebook import sys; token = 'mytokenx'; graph = facebook.GraphAPI(token) profile = graph.get_object("myusername") friends = gra

Re: Python and Facebook

2012-06-27 Thread Jerry Rocteur
> > > > > (Among our points are such diverse elements as... wrong Pythons, but > whatever.) > > > > > There's no official Python-Facebook module (afaik!!), but a quick web > > > search for 'python facebook' should get you to the couple th

Re: Python and Facebook

2012-06-25 Thread CM
On Jun 24, 12:16 pm, Alec Taylor wrote: > This is the most active one, forked from the official facebook one > (when they used to maintain it > themselves):https://github.com/pythonforfacebook/facebook-sdk > > > > > > > > On Mon, Jun 25, 2012 at 1:35 AM, Chris An

Python and Facebook

2012-06-25 Thread Jerry Rocteur
Hi, I've done a bit of searching on this but I can find nothing really up to date and a lot of conflicting information about using Python and Facebook. I'd like to automate some tasks in Facebook, for example I'd like to connect to a group I'm admin of and take a copy of a

Re: Python and Facebook

2012-06-24 Thread Alec Taylor
This is the most active one, forked from the official facebook one (when they used to maintain it themselves): https://github.com/pythonforfacebook/facebook-sdk On Mon, Jun 25, 2012 at 1:35 AM, Chris Angelico wrote: > On Mon, Jun 25, 2012 at 1:16 AM, Jerry Rocteur > wrote: >> &g

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

Re: Python and Facebook

2012-06-24 Thread Chris Angelico
On Mon, Jun 25, 2012 at 1:16 AM, Jerry Rocteur wrote: > > Hi, > > I posted this mail on Friday and received no replies.. > > I'm curious.. > > Is it because > > 1) Python is not the language to use for Facebook, use Javascript or XXX > ?? instead ? Please tel

Re: Python and Facebook

2012-06-24 Thread Jerry Rocteur
Hi, I posted this mail on Friday and received no replies.. I'm curious.. Is it because 1) Python is not the language to use for Facebook, use Javascript or XXX ?? instead ? Please tell. 2) I've missed the point and this is very well documented so RTFM (I couldn't find it) 3) You

Re: use Python to post image to Facebook

2012-06-22 Thread Putilov Roman
tting 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 permissions, a Facebook app, I get back these unhelpful errors when I try

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 fi

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], bo

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, pu

Re: How to write a facebook client?

2009-10-22 Thread holmes86
On Oct 22, 10:42 am, geremy condra wrote: > On Wed, Oct 21, 2009 at 9:45 PM, holmes86 wrote: > > Hi,everyone > > > I'm a python newbie,and I want to write a facebook client.But I don't > > know how to do it.Meanwhile I have any write web experience,so I also

Re: How to write a facebook client?

2009-10-21 Thread geremy condra
On Wed, Oct 21, 2009 at 9:45 PM, holmes86 wrote: > Hi,everyone > > I'm a python newbie,and I want to write a facebook client.But I don't > know how to do it.Meanwhile I have any write web experience,so I also > don't know how to analyse web page.Any help w

How to write a facebook client?

2009-10-21 Thread holmes86
Hi,everyone I'm a python newbie,and I want to write a facebook client.But I don't know how to do it.Meanwhile I have any write web experience,so I also don't know how to analyse web page.Any help will be appreciate. -- http://mail.python.org/mailman/listinfo/python-list

Proxysite open facebook ,myaspace,.....etc

2009-09-19 Thread mido mido
Proxysite open facebook ,myaspace,.etc http://proxypop.110mb.com/ -- http://mail.python.org/mailman/listinfo/python-list

Facebook app give feedback -Send birthday cards to buds http://apps.facebook.com/groupcards/start

2007-10-08 Thread fringo
Facebook app give feedback -Send birthday cards to buds http://apps.facebook.com/groupcards/start -- http://mail.python.org/mailman/listinfo/python-list