Git Product home page Git Product logo

social-auth-plugin's People

Contributors

danwilson avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

social-auth-plugin's Issues

Hardcoded keys in code

I believe the best way to get keys is to read them from config.xml

I am not ios developer, so not sure if you are able to access it already from some variable, because cordova does read this file already in CDVViewController.m ... it uses CDVConfigParser.

At the end user needs to put keys in the root config.xml, then do cordova prepare -> key lands in config.xml of each platform.

Does not seem to work with Cordova 6

Nothing happens when I call the plug in except an error is shown in the console: "-[NSError init] called; this results in an invalid NSError instance. It will raise an exception in a future release. Please call errorWithDomain:code:userInfo: or initWithDomain:code:userInfo:. This message shown only once."

It's basically fails on performTwitterReverseAuthentication() returning an error

Is this compatible with the latest Cordova. Was working fine in previous version.

Platforms

Hi, Could you tell me if you are looking to port your plugin to Android or any other platforms?

Thanks,
Chris

returnTwitterAccounts

returnTwitterAccounts returns an empty array. can you please guide me how to solve this issue? Any configuration settings? Thanks.

NSError init

Hi, heads up, got this error when compiling for ios9

[NSError init] called; this results in an invalid NSError instance. It will raise an exception in a future release. Please call errorWithDomain:code:userInfo: or initWithDomain:code:userInfo:. This message shown only once.

I haven't tried fixing it, but assume it's how the NSError is being instantiated at line 114 in SocialAuthPlugin.m

Difficulties

Hi, Dan.

Did window.socialAuth.loginFacebook change to window.socialAuth.accessFacebook? It now has a third parameter: fields. What would that be?

I keep getting error when calling:

window.socialAuth.accessFacebook(function(data) {
console.log('succes');
}, function(error) {
console.log('error' + error);
});

Where could I find more about this plugin? The README file is pretty bare.

Thanks.

Error when building my app.

I'm encountering this error when i run build.

...platforms/ios/HelloCordova/Plugins/com.danielcwilson.plugins.socialauth/SocialAuthPlugin.h:6:9: fatal error:
'social/Social.h' file not found

import "social/Social.h"

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.