stephanelsmith
stephanelsmith
intersection doesn't seem to perform correctly. Intersecting a simple list of strings results in []. Simple fix was to remove the first 4 lines where there's a test for 'int',...
...urrent_user may be used Suggested update to get_api to enable social interaction from non-current_user.
in core.py 47 def get_connection(self): 48 return _social.datastore.find_connection(provider_id=self.id, 49 user_id=current_user.id)
Needed a follower extractor in addition to the existing following extractor. Modeled after what you guys already have, follower extractor now enabled. Hope this helps!