Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
263 views
in Technique[技术] by (71.8m points)

reactjs - Is it necessary to make any request to the facebook API, in order to make a react website

I started working on an already finished website, that was made using react, my job is just to fix things or add features. As of recently I got a complaint that said there was a problem with one of the requests, upon further investigation i found out that there was a resquest being sent to facebook on the URL "https://www.facebook.com/tr/", I searched in the code and I couldn't find any reference to this URL, I also noticed that it happened everytime a button was pressed, and in some cases all the button did was change a the state of a variable and for some reason the facebook request still happened. So I was wondering, since react was made from facebook, if it needs to perform a request to the facebook API, in order to access some of its features.

question from:https://stackoverflow.com/questions/65917901/is-it-necessary-to-make-any-request-to-the-facebook-api-in-order-to-make-a-reac

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)
Waitting for answers

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...