see api calling information on chrome developer tab [closed] - rest

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 3 years ago.
Improve this question
i want to see calling of an API in chrome network tab to implement them in my web client.
i go to the domain food.shahed.ac.ir
then some api calls very fast and then redirects to another page very fast.
so i can not see the first requests .

You can check Preserve log checkbox.
Then all requests should be available.

Related

Google sign in implement difference between app and web [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 3 days ago.
Improve this question
Why Google sign in code is difference between web and native.
How do I make one flutter code that can build and run Google sign in in both web and native?
Base on the document here: https://firebase.flutter.dev/docs/auth/social/.

I don't want to require login for my app, but how do I keep their data separate? [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 3 years ago.
Improve this question
I don't want to have users login or anything, so how would I capture and sort their data to firebase?
Is there anyway to code and have the app recognize people by their device?
Firebase provides an anonymous login feature. You can read more about it here:
https://firebase.google.com/docs/auth/ios/anonymous-auth
Also, if you choose to include a sign in feature later, you can convert the anonymous account into a permanent account while keeping their data.

How to change configuration of Facebook app with API graph? [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 4 years ago.
Improve this question
i need to change the configuration of an application with the API of facebook like the application domains, I have the application id and the secret key but I don't find how to make this request
The token generated automatically on the graph API doesn't work for get some data, I ahve to generate first the token with the correct call and assign this on request.
enter image description here

How to create a login application using Google web tool kit? [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 9 years ago.
Improve this question
I am new in gwt.I want to create a login application using google web tool kit.Thanks in advance.
Google provides a short tutorial which describes how to create a login page with user/password authentication and storing the data in a server-side secure fashion: google-web-toolkit-incubator Login Security FAQ

Facebook Developer Timeline Preview [closed]

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 11 years ago.
Improve this question
I hate to ask these type of questions but I am in a bind and need to get this in order. I fulfilled the prerequisite to get access to the developer preview of Timeline. I must have dismissed the dialog with the nice little "Get it now" button and now I can't get it back.
Is this a one time only offer, is there a way to get reasked, was there a time limit, etc?
I tried deleting and remaking an application with open graph etc.
Here's a link to a good tutorial how to get the invite again or just do it manually.