Hi everybody,
I have been working on a project where there is a requirement to develop a custom Pages in dotnet application apart that displays the feeds from Yammer. Also, the logged in user should be able to post messages, attachments, polls,announcements,notes from the web part.
I was able to post messages and attachments using rest api and with yammer embed. But I couldn't find any information/documentation on how to post/create a Announcements/Notes/polls via Yammer API using dotnet. I've browsed through the documentation provided by Yammer( https://developer.yammer.com/documentation/ ) and googled a lot, but couldn't get any help.
Any suggestions regarding this would be highly appreciated.
from
Satyaveni Amballa
What I have tried:
I tried Messages attachments and groups. its working fine for me.