This repository was archived by the owner on Jan 13, 2022. It is now read-only.
This repository was archived by the owner on Jan 13, 2022. It is now read-only.
Sessionless requests are not possible (both in 4.0.* and master) #193
Closed
Description
This thing bit me today. I have a user id and an associated access token and I want to get that user's currency information. Normally, the request looks like this:
https://graph.facebook.com/<some version>/<user id>?field=currency&access_token=<access token>
This is a perfectly valid request and yet, the SDK has no way of actually executing it since FacebookRequest
requires a FacebookSession
as its first parameter and there is no session.
Am I missing something? If not, can you please fix this (both for 4.0.* and master)?
Metadata
Metadata
Assignees
Labels
No labels