Code Monkey home page Code Monkey logo

Comments (4)

djheath avatar djheath commented on May 22, 2024

Sorry - I need to provide a bit more data... I'm connecting using the YahooApi class and need the user's Yahoo profile information.

from scribejava.

fernandezpablo85 avatar fernandezpablo85 commented on May 22, 2024

Dana,

Don't really know what you mean by GUID but the access token already has information about the user that authorized your app.

For example making this (hypothetical) call:

GET http://some-api/my-profile

signed with John Doe's access token would retrieve John Doe's profile.

Hopefully I'm clear enough, if not, contact me at fernandezpablo85 at gmail dot com

from scribejava.

djheath avatar djheath commented on May 22, 2024

Well, in Yahoo's language, the GUID is the unique identifier associated with that user. For example, taking a line from your code in the YahooExample:

private static final String PROTECTED_RESOURCE_URL = "http://social.yahooapis.com/v1/user/A6ROU63MXWDCW3Y5MGCYWVHDJI/profile/status?format=xml";

the GUID would be the A6ROU63MXWDCW3Y5MGCYWVHDJI of that URL. Is this what is returned in the access token?

Thanks.

from scribejava.

djheath avatar djheath commented on May 22, 2024

haha... I figured it out: I didn't see the other Yahoo API to actually GET the GUID (which, btw, is http://social.yahooapis.com/v1/me/guid?format=xml). You might want to add that to your YahooExample instead of hardcoding that identifier in the PROTECTED_RESOURCE_URL. Great example code, otherwise. Thanks.

from scribejava.

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.