Giter Club home page Giter Club logo

grails-spring-security-facebook's People

Stargazers

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

Watchers

 avatar

grails-spring-security-facebook's Issues

Error resolving plugin

I have a project with the Spring Security Core Plugin installed running Grails 1.3.7

I have cloned the repo git://github.com/pinut/grails-spring-security-facebook.git

I receive the following unresolved dependency:
org.grails.plugins#../grails-spring-security-facebook/;latest.integration: not found

Am I just missing something or is there an issue with the plugin config?

No such property: base_domain for class: grails.plugins.springsecurity.facebook.FacebookCookie

This happens when a FB application owner sets the base domain for his app

groovy.lang.MissingPropertyException: No such property: base_domain for class: grails.plugins.springsecurity.facebook.FacebookCookie

at org.codehaus.groovy.runtime.ScriptBytecodeAdapter.unwrap(ScriptBytecodeAdapter.java:49)

at org.codehaus.groovy.runtime.callsite.ConstructorSite$NoParamSite.callConstructor(ConstructorSite.java:124)

at org.codehaus.groovy.runtime.callsite.AbstractCallSite.callConstructor(AbstractCallSite.java:198)

at grails.plugins.springsecurity.facebook.FacebookUtils.getCookie(FacebookUtils.groovy:44)

at grails.plugins.springsecurity.facebook.FacebookUtils$getCookie.call(Unknown Source)

at grails.plugins.springsecurity.facebook.FacebookPreAuthenticatedProcessingFilter.getPreAuthenticatedPrincipal(FacebookPreAuthenticatedProcessingFilter.groovy:81)

How to use Graph API with this plugin?

Hi everybody,
I want to create an app with facebook login and user data from facebook (via Graph API).

Am I able to call the graph API with this plugin? Or do i have to install another plugin for getting user data over graph api?

Thank you,
Patrick

No such property p: for class grails.plugins.springsecurity.facebook.FacebookTagLib

I've cloned the project and have packaged it for grails 1.3.7 and have installed it successfully into my project.

I get the following error from FacebookTagLib:

org.codehaus.groovy.grails.web.taglib.exceptions.GrailsTagException: Error executing tag <g:facebookInit>: No such property: p for class: grails.plugins.springsecurity.facebook.FacebookTagLib

I'm new to grails, but the following code from FacebookTagLib.groovy doesn't make sense:
[code]
if (actionName ==~ /.*?Ajax/) {
out << scripts.toString()
} else {
p.dependantJavascript javascript: scripts.toString()
}
[/code]

Neither p hasn't been defined and the class, FaceBookTagLib, doesn't inherit. Should it be getting it from somewhere?

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.