PC SOFT

FORUMS PROFESSIONNELS
WINDEVWEBDEV et WINDEV Mobile

Accueil → WINDEV Mobile 2024 → [WM23] issue with FBRequest
[WM23] issue with FBRequest
Débuté par ARV, 29 juin 2018 18:11 - 2 réponses
Membre enregistré
498 messages
Popularité : +8 (8 votes)
Posté le 29 juin 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
Membre enregistré
498 messages
Popularité : +8 (8 votes)
Posté le 29 juin 2018 - 18:28
Hi

I want to post on the wall of the user

Thanks

--
Best Regards
Jose
Membre enregistré
498 messages
Popularité : +8 (8 votes)
Posté le 30 juin 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