It’s exactly why I try to get a native OAuth2 connexion, ‘cause I don’t like
web-app and use WebKit instead is not what I want but If it’s necessary :/
Unfortunately many website implement OAuth protocol for “secure” login and
authorisation to their API...
I’ll try to find another solution inst
On Jun 15, 2013, at 3:39 PM, Kévin Vavelin wrote:
> I’ll take a look on your github link and see if it can help me. I try to
> figure out why is there so much code to write for just getting a response
> from the server with the authorisation token and then resend it.
OAuth is an awful, overc
It’s not a problem for me if we have no back port for 10.8, it could be great
but I think they have more urgent things to to right now and they’ll not allow
a new feature on Account framework on 10.8 like they do for new API coming with
10.9 and iOS 7.0
I’ll take a look on your github link and
On 15 Jun 2013, at 20:52, Kévin Vavelin wrote:
> Ouch.. Looks like we have many bug report to fill ... I hope it will be
> resolve soon ‘cause this framework have a good potential for using API from
> other services .
1) Yes, please do file a radar. It helps Apple know what sort of things thi
Ouch.. Looks like we have many bug report to fill ... I hope it will be resolve
soon ‘cause this framework have a good potential for using API from other
services .
Vavelin Kévin
Twitter | Blog | LinkedIn
Entrepreneur
Developer OS X / iOS
On 15 Jun 2013, at 21:50, Robert Vojta wrote:
> Yep,
Yep, Jens's right. We do use this framework heavily for Facebook and it's good,
but not perfect and there're many issues you have to fight with and we did end
up with WebKit support as well (classic Facebook web auth dialog). Sometimes
you have to completely reset privacy database via tcccutil,
Right, I saw many OAuth project on GitHub but if we can do it with Account
Framework it could be great. Maybe I’ll just file a radar for that ;)
Thank you for your quick answer
Vavelin Kévin
Twitter | Blog | LinkedIn
Entrepreneur
Developer OS X / iOS
On 15 Jun 2013, at 21:36, Jens Alfke wrote
On Jun 15, 2013, at 12:21 PM, Kévin Vavelin wrote:
> I want to connect to some API using OAuth2 authentification in my application
> and I see that Account Framework got a method for this. So I want to use the
> Account framework for connecting to these API and store the account into the
> da