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 want to create a web app with REST API service. i want it to be like Facebook API.i know Facebook uses OAuth.
so how can i create a PHP REST API using OAuth?
Thanks
Related
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 5 days ago.
Improve this question
IS there any possible solution to integration of gmail api in laravel framework within an app that every user of app can insert there own client id and client secret.
any solution regarding to this.
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 4 years ago.
Improve this question
I have created public app and set app url which is in laravel where I am getting timestamp,shop and hmac. In whitelisted url I am putting url like https://www.example.net/get-access-token which is also in laravel.
How to connect client (which will install the app) to my public app?
How the payment process is handling when we click on get app?
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 5 years ago.
Improve this question
I want to make an app for a wordpress blog but need a very specific feature to be there i.e whenever a new post is made a pushnotification should be made in the user's mobile. how to do that??
Use This Plugin in Your Wordpress and use GCM/FCM API Key for sending the push notification in Android App
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 6 years ago.
Improve this question
I intend to change an application built in labVIEW platform to a web app using AngularJS. For all required features such as getting data from database, user authentication with LDAP, I have options, but I could not find a solution on how to connect to an opcua server using AngularJS and/or PHP. Can anyone help on this?
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 8 years ago.
Improve this question
I have already implemented logging in with php, now I want to implement payments, however all the tutorials are in javascript, is this possible to send user access token to javascript somehow?
It seems that the payment dialog can only be triggered via the JS SDK, as you already mentioned:
https://developers.facebook.com/docs/howtos/payments/paymentflow/#paydialog
Once you got the payment_id, you can use the Graph API to get the details:
https://developers.facebook.com/docs/graph-api/reference/v2.0/payment