REST API and Facebook access tokens

0
Hello everyone, I am new to using Mendix and trying to use the REST API to get Facebook places data based on certain fields / parameter. My problem is with the access token since it is refreshed every few hours. Is there any way to get the new access token ? Any help would be appreciated.
asked
1 answers
0

I would say that depends more on the Facebook API than on Mendix. You can pass the token as an argument to the header of your REST call, but then the question would be where/how do you get the token? (I don't know anything about Facebook in that respect)

answered