PC SOFT

PROFESSIONAL NEWSGROUPS
WINDEVWEBDEV and WINDEV Mobile

Home → WINDEV Mobile 2024 → [WM23] issue with FBRequest
[WM23] issue with FBRequest
Started by ARV, Jun., 29 2018 6:11 PM - 2 replies
Registered member
498 messages
Popularité : +8 (8 votes)
Posted on June, 29 2018 - 6:11 PM
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
Registered member
498 messages
Popularité : +8 (8 votes)
Posted on June, 29 2018 - 6:28 PM
Hi

I want to post on the wall of the user

Thanks

--
Best Regards
Jose
Registered member
498 messages
Popularité : +8 (8 votes)
Posted on June, 30 2018 - 3:53 PM
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