Git Product home page Git Product logo

Comments (4)

mergesort avatar mergesort commented on August 19, 2024

Not to speak for @calebd, but I think the library is more so for authenticating users and getting their access tokens. To make an API call to Instagram that does not require a user token, you can add your clientID in the API call (via NSURLRequest), using NSURLConnection, AFNetworking, or any other HTTP library of choice.

For example https://api.instagram.com/v1/tags/cats/media/recent?clientID=myClientID to get you the most recent images tagged as cat, requires no authentication. :)

from simpleauth.

hcamatthew avatar hcamatthew commented on August 19, 2024

Got it. Yeah I was assuming the main reason for the library was the authentication of users, as you said. I just didn't know if it would work just find in the case you decide authentication is not needed.

I'm working on something where it could go either way, and just wanted the flexibility to use SimpleAuth either way. And it not automatically pop up the user authentication view if it was not needed. But I couldn't tell if it was an all or nothing proposition.

Thanks so much for chiming in on this!

from simpleauth.

calebd avatar calebd commented on August 19, 2024

You guys got it. It's just for authentication, which you can then use to make authenticated API calls later 😄

from simpleauth.

hcamatthew avatar hcamatthew commented on August 19, 2024

Thanks for the response Caleb

from simpleauth.

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.