Account framework

2013-06-15 Thread Kévin Vavelin
Hi there, 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 database but I don’t know how I can do it and see

Re: Account framework

2013-06-15 Thread Jens Alfke
On Jun 15, 2013, at 12:21 PM, Kévin Vavelin vavelinke...@icloud.com 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

Re: Account framework

2013-06-15 Thread Kévin Vavelin
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 j

Re: Account framework

2013-06-15 Thread Robert Vojta
wrote: On Jun 15, 2013, at 12:21 PM, Kévin Vavelin vavelinke...@icloud.com 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

Re: Account framework

2013-06-15 Thread Kévin Vavelin
j...@mooseyard.com wrote: On Jun 15, 2013, at 12:21 PM, Kévin Vavelin vavelinke...@icloud.com 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

Re: Account framework

2013-06-15 Thread Mike Abdullah
On 15 Jun 2013, at 20:52, Kévin Vavelin vavelinke...@icloud.com 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

Re: Account framework

2013-06-15 Thread Kévin Vavelin
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

Re: Account framework

2013-06-15 Thread Jens Alfke
On Jun 15, 2013, at 3:39 PM, Kévin Vavelin vavelinke...@icloud.com 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.

Re: Account framework

2013-06-15 Thread Kévin Vavelin
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