Forum Discussion
someone_developing
Aug 31, 2021Copper Contributor
Use Microsoft Graph to post to the activity feed
Hi, Trying to add the option for my custom app to send notification to the teams activity feed using Microsoft graph. (The app already has tab and connector). https://docs.microsoft.com/en-gb/l...
Prasad_Das-MSFT
Microsoft
Sep 01, 2021someone_developing
1. It is not possible to send activity feed notification to anyone that has installed the app outside the organization.
2. "resource": "api://app.contoso.com/8a2d385d-8504-43f8-a9b2-80caa44bfe22"
This basically the Resource URL of app for acquiring auth token for SSO.
3. You can refer these links to get list of apps installed for user or installed in Teams
Thanks,
Prasad Das
---------------------------------------------------------------------------------------
If the response is helpful, please click "**Mark as Best Response**" and like it. You can share your feedback via Microsoft Teams Developer Feedback link. Click here to escalate.
- someone_developingSep 01, 2021Copper ContributorHi,
Thank you for the answers, so to make things clear, if I want to write an app that will send activity feed notification to anyone who installed it, Similar to the notifications sent to users that installed the connector. That would not be possible at the moment. This is my understanding at least.
I am just double checking before telling to everyone to drop this story.