Skip to content

autoload not appending scope to url #373

@jiacob

Description

@jiacob

I am trying to use the autoload function, but whenever the facebook login popup appears its errors out because the scope permissions isnt specified. I took a look at the url when the autoload facebook login appears and it is missing the scope parameters. Is there anyway to fix this? not sure if this a api bug or something on my end that i I'm missing. Thanks

    <div>
        <FacebookLogin
            appId={APP_ID}
            callback={responseFacebook}
            autoLoad={true}
            scope={["read_insights",
                    "pages_show_list"]}
            render={renderProps => (
                <button onClick={e => {
                    console.trace();
                    }
                }>Login via FB</button>
            )}
        />
    </div>
);

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