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
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 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 8 years ago.
Improve this question
Can someone tell me how can I delete my own posts in facebook by id using PHP , graph API
I'd searched in google but I didn't find anything :(
Thanks in advance
https://developers.facebook.com/docs/graph-api/reference/v2.2/post#deleting
Important:
An app can delete a post if it published it
Which means, you can NOT delete posts created without the 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 8 years ago.
Improve this question
I would create a web application that sends push-notifications to my iPhone when a person filled in a form. How can I send that notification through PHP to my iPhone?
Have a read through Apple Push Notification Services in iOS 6 Tutorial which guides you through everything you will need from creating the certificates/keys to giving you some PHP to use.
You can use the Parse API available on http://www.parse.com to send push notifications easily :)
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
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
Here is my API call link :
http://192.168.0.107/AYURV/api/V1/user/signup.php
This link only access by only specific android app how can do that?
Advance Thanks.
Have the request sender send a UserAgent and device and app version
This way you can filter incoming requests based on this information on the server side, and reject the ones that don't match.