Is there any way to use the facebook graph api to find out when a page access token will expire?
There is now an API version of the debugger tool. See https://developers.facebook.com/docs/authentication/access-token-debug/.
But I can't figure out the expire_date
of my page_access_token
. Please how can I find when token will expire in ASP.NET or Javascript.
In below picture I was figure out just the page_access_token and the id.
...
Is this possible to implement asp.net web api (.net framework) in angular 4?
I've followed the docs in angular.io and I've already implemented it in my machine, and it has AOT.
By the way I am using Visual Studio Enterprise 2015.
My question is how to config the startup.cs .(net framework asp.net web api) into my angular 4.
What i always saw was implement angular 4 in asp.net core.
So I can't display the data from web api to my angular 4 project.
...
Hello, I am using jQGrid in asp.net MVC project, but I can't connect to database using the below code
...HI, I have creaed button to login with facebook using Oauth in asp.net mvc after logging I have got the user Id and email after login but want to Get PageID of a Facebook user which the user is admin for it and get permissions to post on it.
how can I do that. Thanks
...Hi, I had ask a question on this link about how can minimize a full page login with facebook in just popup :
https://qawithexperts.com/questions/360/login-with-facebook-using-oauth-redirect-us-to-full-page-how
but this FB popup does not return to main windows, stay in the popup , I would like to have code which should return back login details in the main tab.
Right now, when logging using popup It is still inside popup & not redirected to the main tab.
...
I need functionality like, if user enters http://localhost:5130 default page should be open like user/index
and if user enters http://localhost:5130/customer, customer/index page should be open
how can i achieve this in MVC using route.config?
...I have a website that shows galleries, users can upload their own content from the web (by entering a URL) or by uploading a picture from their computer.
I am storing the URL in the database which works fine for the first case but I need to figure out where to store the actual images if a user uploads pictures from their local computer.
Is there any recommendation here or best practice on where should I store these and how can i store it on server?
help me! thank you very much
...