DEV Community

Discussion on: Welcome Thread - v23

Collapse
 
harshadbhandure profile image
Harshad Bhandure

Hi All

I am using the Facebook Graph API to post the link on the Facebook page.

For that, I have generated the "page access token" which is used as the parameter when hitting the API to post the link on the page.
It is working fine.

But,
is it okay to push the access token in git repository by the security perspective or is there any better way to implement it such as getting the access token from the backend using the API call?

Can anyone please help here?