PC SOFT

FOROS PROFESIONALES
WINDEVWEBDEV y WINDEV Mobile

Inicio → WINDEV 2024 → How to insert a "login via Facebook" in a win/webdev application?
How to insert a "login via Facebook" in a win/webdev application?
Iniciado por guest, 02,dic. 2014 11:57 - 4 respuestas
Publicado el 02,diciembre 2014 - 11:57
Hello,
Does anyone have any idea how to create a "log in via Facebook" inside a win/webdev application?
Best regards,
Kozeta Leka
Publicado el 02,diciembre 2014 - 13:20
Hi,

You would problebly have to use a webservice for that. If facebook provides a wdsl discription you can import that in wx. WX creates everything for you.

regards

Allard
Publicado el 02,diciembre 2014 - 14:22
Actually, I have imported a webservice that uses the same technology, OAuth 2.0 . However, when I call its methods they do not give me results and I was wondering if there was a special way of using webservices that are protected by OAuth standard.
Publicado el 03,diciembre 2014 - 11:30
I believe there is an example of that in one of the LST magazines.
Publicado el 03,diciembre 2014 - 14:29
Hi Mauricio,

Yes in LST 83 I believe (the very last page), but this is too old. This was the older API. What Kozeta needs is OAuth 2.0. The API documentation for the new Facebook interface is available online.

Kind regards,
Alexandre Leclerc