Skip to content

SDK Version #118

@tgwhite

Description

@tgwhite

I'm entirely new to the Facebook API and I thought I would give this module a shot for easier integration with the SDK.

I noticed that the SDK is currently >= 2.4 and I didn't see anything in example usage that indicated and SDK version parameter so I took a look at the source at it looks like it's hard coded to v2.0.

Is this likely to cause any problems? Can this be generalized to use the latest SDK version or at least accept a parameter that allows one to choose?

From dist/angular-facebook.js:

 /**
         * SDK version
         */
        settings.version = 'v2.0';

        this.setSdkVersion = function(version) {
          settings.version = version;
        };

        this.getSdkVersion = function() {
          return settings.version;
        };

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions