Skip to content

Tumblr logout bug (with fix) #212

@smkiewel

Description

@smkiewel

Tumblr logout is not working. This is because [SHK logoutOfService:@"ServiceClassName"]; calls [ServiceClassName authorizationFormFields] as a class method, but the Tumblr implementation only provides the instance method. This instance method needs to be changed to a class method, i.e. line 111 needs the - changed to a +.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions