"Problem logging into Medium with Facebook."
Opened this issue · 0 comments
seralouk commented
Hi there,
I am trying to use the medium GUI but when I click on start I get:
Problem logging into Medium with Facebook.
Please make sure your config is set up correctly.
My definitions are:
# Configure constants here
EMAIL = 'my email here@gmail.com'
PASSWORD = 'my code here'
LOGIN_SERVICE = 'Facebook'
DRIVER = 'Firefox/Iceweasel'
LIKE_POSTS = True
RANDOMIZE_LIKING_POSTS = True
MAX_LIKES_ON_POST = 2
COMMENT_ON_POSTS = True
RANDOMIZE_COMMENTING_ON_POSTS = True
COMMENTS = ['Great read!', 'Good work keep it up!', 'Really enjoyed the content!', 'Very interesting!']
ARTICLE_BLACK_LIST = ['Sex', 'Drugs', 'Child Labor']
FOLLOW_USERS = False
RANDOMIZE_FOLLOWING_USERS = True
UNFOLLOW_USERS = False
RANDOMIZE_UNFOLLOWING_USERS = False
UNFOLLOW_USERS_BLACK_LIST = ['DontUnFollowMe']
USE_RELATED_TAGS = True
ARTICLES_PER_TAG = 250
VERBOSE = True