Code Monkey home page Code Monkey logo

plainoauth's People

Contributors

h-lame avatar jaanus avatar

Stargazers

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

Watchers

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

plainoauth's Issues

Wouldn't build because of missing frameworks

When I copied the OAuth code over to my project it wouldn't build. Turns out I was missing a few frameworks that you have in your project that I didn't have. It would have been nice to see a list of the frameworks this requires in the list. No big deal. This was just the framework I've been looking for.

Blank Screen when i press to log-in

Hello.

I am looking at your PlainOAuth code and I have downloaded it and am running a clone of it. When I run it and it works until the point of logging in. When using PIN based log-in, i press the button to "Get a PIN from Twitter" and the loading icon comes up in the top left corner then disappears but nothing happens, the screen just stays as it is. Also, when I try to use callback UURL when i press the "URL callback" button it just loads up a blank white page.
Any reason why this is happening, its probably something really obvious and ive missed.

Any help is appreciated.

Thanks

LITTLE_ENDIAN redefined in PlainOAuth / OAuth / Guts / Crypto / sha1.c

this line can cause redefinition issues:
/* #define LITTLE_ENDIAN * This should be #define'd if true. */

if LITTLE_ENDIAN

define LITTLE_ENDIAN

endif

This should either be
/* #define LITTLE_ENDIAN * This should be #define'd if true. */

if LITTLE_ENDIAN

undef LITTLE_ENDIAN

define LITTLE_ENDIAN

endif

or

/* #define LITTLE_ENDIAN * This should be #define'd if true. */

if LITTLE_ENDIAN

ifndef LITTLE_ENDIAN

define LITTLE_ENDIAN

endif

endif

Depending on whether or not it is more important to have the previous definition of LITTLE_ENDIAN, or to have it defined, but defined to nothing. the code doesn't look like it cares, just needs it defined.

Which would you recommend?

In my case, I can see that LITTLE_ENDIAN is defined to 1234.
(by doing this)

if LITTLE_ENDIAN

define STRING2(x) #x

define STRING(x) STRING2(x)

pragma message(STRING(LITTLE_ENDIAN))

undef LITTLE_ENDIAN

define LITTLE_ENDIAN

endif

Uploading to twitpic fails

Continuous uploading to twit pic returns a null url.at the first case,it works fine and i am getting the url of the image on twit pic.but when i try for the second time at the same minute returns a null url.What will be the reason?

Posting a tweet is not working

The result of posting a tweet is as follow.

2011-09-09 16:33:28.440 PlainOAuth[21267:207] Status posted. HTTP result code: 401

The result means "Unauthorized: Authentication credentials were missing or incorrect." according to https://dev.twitter.com/docs/error-codes-responses

However, login using oauth is working, and getting recent 5 tweets is also working well.

Could you give me some answers?

Thanks.

support for iOS 4.0+

Thanks for the wonderful code. I am able to integrate the code for iOS 4.0 and post images to twitpic. My only concern is will the same code works for iOS5 as well or any issues will arise because of twitter integration in iOS5.

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.