Skip to content

FacebookProvider.cfc has required var missing in getRedirectUri #13

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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