Re: [fpc-pascal] Just a question about OAuth 2.0 implementation

2014-04-15 Thread Michael Van Canneyt
On Tue, 15 Apr 2014, Dariusz Mazur wrote: On 2014-04-14 23:27, silvioprog wrote: 2014-04-14 17:52 GMT-03:00 Dariusz Mazur : [...]  I does one. If You interested I public it on github. I'm interested! :) https://github.com/darekm/openid4fpc OpenID, no less !! Great, than

Re: [fpc-pascal] Just a question about OAuth 2.0 implementation

2014-04-15 Thread Dariusz Mazur
On 2014-04-14 23:27, silvioprog wrote: 2014-04-14 17:52 GMT-03:00 Dariusz Mazur >: [...] I does one. If You interested I public it on github. I'm interested! :) https://github.com/darekm/openid4fpc Darek ___ fpc-

Re: [fpc-pascal] Just a question about OAuth 2.0 implementation

2014-04-14 Thread silvioprog
2014-04-14 9:39 GMT-03:00 silvioprog : > Hello, > > Just a question, anyone here has implemented some code for OAuth 2.0? (FPC > or Delphi) > > I implemented with 1.0 in my new TDropbox class, but now I'm trying to > implement it with 2.0, because I'm needing to make an automatic > authorization i

Re: [fpc-pascal] Just a question about OAuth 2.0 implementation

2014-04-14 Thread silvioprog
2014-04-14 17:52 GMT-03:00 Dariusz Mazur : [...] > I does one. > If You interested I public it on github. > I'm interested! :) -- Silvio Clécio My public projects - github.com/silvioprog ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org htt

Re: [fpc-pascal] Just a question about OAuth 2.0 implementation

2014-04-14 Thread silvioprog
2014-04-14 10:41 GMT-03:00 silvioprog : [...] > Now I'm finding any code implementing 2.0. I'm almost getting to do, my > problem now is just a 400 error that I am trying to solve. > Done: https://duallsistemas.com.br/cgi1.bf -- Silvio Clécio My public projects - github.com/silvioprog

Re: [fpc-pascal] Just a question about OAuth 2.0 implementation

2014-04-14 Thread Michael Van Canneyt
On Mon, 14 Apr 2014, Dariusz Mazur wrote: On 2014-04-14 14:39, silvioprog wrote: Hello, Just a question, anyone here has implemented some code for OAuth 2.0? (FPC or Delphi) I does one. If You interested I public it on github. Yes please !! Michael._

Re: [fpc-pascal] Just a question about OAuth 2.0 implementation

2014-04-14 Thread Dariusz Mazur
On 2014-04-14 14:39, silvioprog wrote: Hello, Just a question, anyone here has implemented some code for OAuth 2.0? (FPC or Delphi) I does one. If You interested I public it on github. Darek I implemented with 1.0 in my new TDropbox class, but now I'm trying to implement it with 2.0,

Re: [fpc-pascal] Just a question about OAuth 2.0 implementation

2014-04-14 Thread silvioprog
2014-04-14 10:20 GMT-03:00 Reinier Olislagers : > On 14/04/2014 15:02, silvioprog wrote: > > 2014-04-14 9:49 GMT-03:00 Michael Van Canneyt > > > >: > > > > On Mon, 14 Apr 2014, silvioprog wrote: > > > Very nice. For 1.0 was easy, beca

Re: [fpc-pascal] Just a question about OAuth 2.0 implementation

2014-04-14 Thread Reinier Olislagers
On 14/04/2014 15:02, silvioprog wrote: > 2014-04-14 9:49 GMT-03:00 Michael Van Canneyt > >: > > On Mon, 14 Apr 2014, silvioprog wrote: > Very nice. For 1.0 was easy, because I found a base code in PHP: Or in cough... open sou

Re: [fpc-pascal] Just a question about OAuth 2.0 implementation

2014-04-14 Thread silvioprog
2014-04-14 9:49 GMT-03:00 Michael Van Canneyt : > > On Mon, 14 Apr 2014, silvioprog wrote: > >> Hello, >> Just a question, anyone here has implemented some code for OAuth 2.0? >> (FPC or Delphi) >> >> I implemented with 1.0 in my new TDropbox class, but now I'm trying to >> implement it with 2.0,

Re: [fpc-pascal] Just a question about OAuth 2.0 implementation

2014-04-14 Thread Michael Van Canneyt
On Mon, 14 Apr 2014, silvioprog wrote: Hello, Just a question, anyone here has implemented some code for OAuth 2.0? (FPC or Delphi) I implemented with 1.0 in my new TDropbox class, but now I'm trying to implement it with 2.0, because I'm needing to make an automatic authorization in a serve