Skip to content
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
@dcelasun

Description

@dcelasun

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions