GithubHelp home page GithubHelp logo

ios-sdk's Introduction

OneAll

The .Net OneAll SDK originally created by me at XPG. Contains code examples that show you how to use OneAll REST API and how to implement and customize Social Login on your own website. The OneAll.Net SDK supports single and multiple OneAll REST API connections simultaneously. It also includes extension methods for use in ASP.Net Web Pages as well as extensions for .Net MVC Razor Engine and a singleton API class for easy server side interaction. Full CHM documentation is included.

ios-sdk's People

Contributors

schlesserclaude avatar urk avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

ios-sdk's Issues

Can't use Facebook app for login on iOS

I configured both OneAll and Facebook SDKs according to the setup instructions in the README, however, when trying to log in via Facebook the SDK does not open the Facebook app, it opens Facebook in a web view instead. I do have the FB app installed on my phone though.

After some debugging I nailed it down to the following method in OAFacebookLogin.m:

- (BOOL)enabled
{
    return ([NSClassFromString(@"FBSettings") class] != nil) && (self.facebookAppId.length > 0);
}

In my case -[OAFacebookLogin enabled] always returns false because NSClassFromString(@"FBSettings") returns nil.

After more searching I added -ObjC to linker flags (both project and target), but this did not help. This happends regardless of whether the Facebook SDK is installed via CocoaPods or manually by adding corresponding framework files to the project.

Are there any other steps I need to perform to set up the Facebook login via Facebook SDK?

Not able to launch twitter login

Hello Team,

I am facing this issue-
if (![TWTAPIManager isLocalTwitterAccountAvailable])
{
return false;
}
first return false;
and then:
error 2x

Crash while login with Twitter

Hi,
I am trying to integrate this in my iOS application with Advanced plan.
But the problem I am facing is that It gives me crash while launching the Twitter login page saying "Performing reverse auth for account --"

The crash report says-
+[NSString ab_GUID]: unrecognized selector sent to class 0x1ada5dae8

*** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '+[NSString ab_GUID]: unrecognized selector sent to class 0x1ada5dae8'

Can you please help me sort this out?

Thanks in advance!

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.