Hello does this library still work. I always have problems to log in. I am getting an 400 error with this code:
import pynder
import itertools
FBID = ...
FBTOKEN = "..."
session = pynder.Session(FBID, FBTOKEN)
users = session.nearby_users()
for user in itertools.islice(users, 5):
print(user.name())
Does somebody have code that is working?
Hello does this library still work. I always have problems to log in. I am getting an 400 error with this code:
Does somebody have code that is working?