tshrinivasan / post-to-facebook-groups

python script to post content to multiple facebooks groups
38 stars 28 forks source link

Error line 45 #1

Open Hewlbern opened 7 years ago

Hewlbern commented 7 years ago

Invalid Syntax

File "C:/Users/Hewlbern/Desktop/Software Dev/facebookposter/post-to-facebook-groups/post_to_fb_groups.py", line 45 print "Posting to " + 'http://www.facebook.com/groups/' + str(group_id) ^ SyntaxError: invalid syntax

Process finished with exit code 1

tshrinivasan commented 7 years ago

@Hewlbern What is the python version you use?

The code is for Python2.7

If you use python3, switch to python 2.7, run the code and share the results.