Giter VIP home page Giter VIP logo

Comments (6)

GabiAxel avatar GabiAxel commented on May 26, 2024

Have you set data-requestvisibleactions as described here https://developers.google.com/+/web/app-activities/ ?
Also make sure your target page contains the required markup for the activity type.

from spring-social-google.

evgenyh avatar evgenyh commented on May 26, 2024

Hi Gabi,
the target page is a Google+ page, so according to google's documentation
this shouldn't be a problem.

Have you succeed to post such activity ever with your code ? I just saw
that tests for activity publishing haven't been implemented in your project.

Thanks,
Evgeny

2013/11/23 Gabriel Axel [email protected]

Have you set data-requestvisibleactions as described here
https://developers.google.com/+/web/app-activities/ ?
Also make sure your target page contains the required markup for the
activity type.


Reply to this email directly or view it on GitHubhttps://github.com//issues/45#issuecomment-29131052
.

from spring-social-google.

GabiAxel avatar GabiAxel commented on May 26, 2024

But did you set data-requestvisibleactions in the sign in page?
This worked when I last checked.

from spring-social-google.

evgenyh avatar evgenyh commented on May 26, 2024

not.
thanks for pointing to this.

can you provide example snipped of code how data-requestvisibleactions
should be passed to spring social ?

Thanks

2013/11/25 Gabriel Axel [email protected]

But did you set data-requestvisibleactions in the sign in page?
This worked when I last checked.


Reply to this email directly or view it on GitHubhttps://github.com//issues/45#issuecomment-29183592
.

from spring-social-google.

GabiAxel avatar GabiAxel commented on May 26, 2024

Should be something like this:

<form action="signin/google" method="POST">
   <button type="submit">Sign in with Google</button>
   <input type="hidden" name="scope" value="https://www.googleapis.com/auth/plus.me" />
   <input type="hidden" name="data-requestvisibleactions" value="AddActivity"/>
</form>

I'm working on a proper example application to demonstrate this.

from spring-social-google.

evgenyh avatar evgenyh commented on May 26, 2024

great
thanks

2013/11/25 Gabriel Axel [email protected]

Should be something like this:
Sign in with Google

I'm working on a proper example application to demonstrate this.


Reply to this email directly or view it on GitHubhttps://github.com//issues/45#issuecomment-29184267
.

from spring-social-google.

Related Issues (20)

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.