We are working on sharepoint online integration with PHP Based application. We need to provide REST API call which supports JSONP. So is it possible to create new REST API Endpoints in Sharepoint online APP? Please sugggest right direction.
Asked
Active
Viewed 72 times
1
-
do you need to secure this API via the identity provided by SharePoint? – baywet Sep 29 '16 at 21:51
1 Answers
0
You can perfectly develop a PHP Provider-hosted app/add-in for SharePoint. And then the limit is only about what you can do with PHP.
Here is a sample on how to do that git hub office dev sample

baywet
- 4,377
- 4
- 20
- 49