Skip to content

Problems logging in #213

Description

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions