PC SOFT

FOROS PROFESIONALES
WINDEVWEBDEV y WINDEV Mobile

Inicio → WINDEV Mobile 2024 → [WM23] issue with FBRequest
[WM23] issue with FBRequest
Iniciado por ARV, 29,jun. 2018 18:11 - 2 respuestas
Miembro registrado
498 mensajes
Popularité : +8 (8 votes)
Publicado el 29,junio 2018 - 18:11
Hi

I'm using this code:
MySession..AppID = "<APP ID>"
MySession..AppSecret = "<Key>"
MySession..Permission = [fbInfoProfile, fbEmail]
IF FBStartSession(MySession) THEN
Info("Connected")
ELSE
Info("Error")
END

sJSON = FBRequest(MySession, "https://graph.facebook.com/me?fields=id,name",httpPost,EDT_Message)


I want to post something on my account of facebook, but the code doesn't work. I think it's the link but I'm not too sure about it or maybe the permissions...

PD: I already create the app on facebook developers

--
Best Regards
Jose
Miembro registrado
498 mensajes
Popularité : +8 (8 votes)
Publicado el 29,junio 2018 - 18:28
Hi

I want to post on the wall of the user

Thanks

--
Best Regards
Jose
Miembro registrado
498 mensajes
Popularité : +8 (8 votes)
Publicado el 30,junio 2018 - 15:53
Hi

Well it could be share something from my app to the Facebook account, I want to do that to share some info

Thanks

--
Best Regards
Jose