I was looking to develop a service that interacts with my Skype for Business account. The UCWA API look to be almost perfect (language agnostic HTTP API) unfortunately it seems that using the UCWA API requires registering a persistent(?) application with the Lync server which Id rather not do. I just want to auth, make a few API calls and be done? IS there anyway to do this with Skype for Business / Lync wthout regiersting an application on the server?
Making API calls to Skype for Business / Lync without registering application
236 Views Asked by James Parsons At
1
There are 1 best solutions below
Related Questions in SKYPE
- How to check if Skype call is connected or disconnected in Python?
- Skype uri opening skype window but not placing calls
- How to make Skype Phone call and recording using Skype API?
- How to Initiate a Call Notification as an Alert in Skype or Slack
- sent skype chat with python skpy with proxy
- Is there a .NET Core version of Skype-related operation nuget package?
- SkypeBot on botframework
- SkPy: Skype guest login fails (403 forbidden)
- Skype API for Python
- when on video call add feature to maximize my video when i tap on my video while calling in android mobile app
- Change background in Skype
- Receive a HTTP request for all messages in a Skype group conversation with an Azure Bot
- How to get skype downloaded images, videos, documents, audios to android app
- How to integrate the Skype with the Checkmk Server which is running in AWS instance
- Teams is unable to communicate with Skype with error 504/1008
Related Questions in SKYPE-FOR-BUSINESS
- Use Current Lync Session with UCWA
- Correct workflow for presence subcription for day/night
- Not able to login with Skype Web SDK Online Sample
- Creating Online Meetings using Skype for Business Online
- How can I login in Skype web SDK with Office365 credentials?
- Record Calls, Messages & Video using Skype For Web SDK
- Newly created Response Group Workflows do not get listed
- How to enable the Join Meeting Option?
- Is it possible to develop an add-in for Skype for Business (formerly MS Lync)?
- How to setup Skype Web SDK to accept login from database of Users from personal db
- UCMA application not connecting to Lync server
- Intent for Skype for Business call
- [RDP-LYNC]How to sharing desktops or applications to Lync client or server?Is there any third-party libraries to implement RDP protocol?
- Set meeting with Skype for business (lync) using rest api
- How to identify accesses from Bot Framework servers to bot's messaging endpoints?
Related Questions in SKYPEDEVELOPER
- Not able to login with Skype Web SDK Online Sample
- Creating Online Meetings using Skype for Business Online
- How can I login in Skype web SDK with Office365 credentials?
- How to edit Skype contact me button CSS?
- Record Calls, Messages & Video using Skype For Web SDK
- How to enable the Join Meeting Option?
- Error with android.support.v4 library
- Is it possible to develop an add-in for Skype for Business (formerly MS Lync)?
- How to setup Skype Web SDK to accept login from database of Users from personal db
- Skype bot can not be added to group chat
- Set meeting with Skype for business (lync) using rest api
- Skype for Desktop Apps
- Will users need a Skype account to use Skype SDK on third-party app?
- Integrating Skype for Business 2016 and MS Unified Service Desk (Dynamics 365)
- Trusted Application API : Presence
Related Questions in UCWA
- Skype For Business Server 2019 - Better way to Integrate the Chat Bots with server 2019
- UCWA - getting all meetings not just ones you scheduled
- UCWA: error when sending multiple messages
- Making API calls to Skype for Business / Lync without registering application
- Skype for buinsess online integration Chat Sysytem
- Easiest way to get skype user presence using dotnetcore?
- Getting User Presence using UCMA?
- Skype For Business - Receive IM not working with the below steps
- Spring Rest Template - Post Request String Body to azure gives 500 error
- Azure Active Directory - Setting Token Expiry in java
- "Authority URI should have atleast one segment in the path (i.e.https://<host>/<path>/)"...; When Using UCWA2.0 In C#
- Issue on sending an IM with UCWA (Skype for Business)
- How can I properly send a batch request using UCWA 2.0?
- How to login of my skype business account using python?
- Skype For Business Online Authentication Error - 403 Permission Denied
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
I think you are confused, you don't been to register a application to use UCWA. You need to register a azure application if you want to communicate with SfB online with UCWA but on-prem UCWA access you don't have to.
I think you are getting confused with Trusted Application API which is ONLY for SfB online (it's kind-of like a replacement for UCMA trusted server applications) and only works on SfB online only. You can think of Trusted Application API as a extension of the UCWA api to provide more high-privilege capabilities. If you don't need the extra capabilities then you don't need to use the Trusted Application API.