Skip to content

FacebookProvider.cfc has required var missing in getRedirectUri #13

@irvirv

Description

@irvirv

Facebook provider call of getRedirectUri( ) during response handling is missing "event" var. In line 59 of models/providers/FaceBookProvider.cfc line is currently getRedirectUri( ). Needs changed to
getRedirectUri(event) otherwise throws a "event is required var" error. Note that in the baseProvider which Facebookprovider.cfc extends the function is "public string function getRedirectUri( required any event ){...}"

Updating line 59 to getRedirectUri(event) fixes issue.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions