Open Hewlbern opened 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
@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.
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