Skip to content

Feature Suggestion - code attached - allow to check login status of services, and display prompt manually not just logout #64

@GreatWiz

Description

@GreatWiz

I added this code to SHKSharer.m. I think this can be useful to some of the users (like me)

+(BOOL)isServiceAuthorized
{
SHKSharer *controller = [[self alloc] init];
BOOL isAuthorized = [controller isAuthorized];
[controller release];

return isAuthorized;

}

+(void)promptAuthorization
{
SHKSharer *controller = [[self alloc] init];
[controller promptAuthorization];
[controller release];
}

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions