Embed new action in Yammer - yammer

I checked all the Yammer developer documentation, I cannot find anyway to add a new action inside Yammer, integrated with another Yammer APP similar to the recognize button action in Yammer for Recognize APP (check image below).
Please let me know from where to start if you have any idea.

According to the Recognize site, the addition of actions to the Yammer publisher is done through Recognize's browser extension and not through any Yammer platform API.

Related

Is it possible to submit Chrome extension for review without automatically publishing it using Chrome Webstore API?

Is it possible to submit Chrome extension for review without publishing it automatically using Chrome Webstore API? The publish endpoint submits the package for review and automatically publishes it after it had passed the review, but it is desirable to be able to manually publish the extension.
Basically, is it possible to achieve the same result as by unchecking the checkbox on the popup window seen on the screenshot? Submit for review confirmation window screenshot
Unfortunately this is impossible so far as you can see from the doc Publishing Docs. What you can do is to publish it just for a tester (closed group) and once you're sure publish to another time publicly. That way you can control it via the dashboard.

Facebook Messenger Channel is not working with Microsoft Botframework

In Microsoft's Bot Framework, there is Facebook Messenger Channel. And according to the setup page, i followed everything and then have finished configuring things on both Bot Framework and Facebook App ends.
Finished setting up Facebook Webhooks and it's Callback URL (with the required Verify Token). Everything seems to be correct (Please refer to screenshots below)
But when i start trying to chat to my page (from my FB Admin Account), there's no reply, nothing.
What seems to be the problem? And what should i be looking at, please?
Thanks all in advance.
I got it working now.
Inside the Botframework's "Enter your credentials" section, there's Facebook Page Id field to enter, but i didn't know there's a specific Page ID for a Facebook Page (which can be found under "About" tab). In fact, i thought it was the one we used in the URL (For example: https://www.facebook.com/xxxxxxxxxxx, and therefore: xxxxxxxxxxx) but it was wrong.
Then, deauthorized and resubmitted credentials from Botframework.
Thanks everyone for all the helps.
Also, can you verify that your bot works correctly from the test panel and webchat control in the Bot Framework portal.
You may also wish to deauthorize and resubmit credentials.
it's odd that you're not seeing any errors in the bot framework portal for the Facebook channel, that would almost imply to me that the messages aren't making it from the Facebook messenger chat service to the Bot Framework. It looks like you've set the callback URL correctly (from the unmasked part).
You can also hook up Azure App Insights and give us the instrumentation key (via the portal) and we will send any error events to your app insights instance.

Yammer embedded application iframe

Is it possible to create an App that has an embedded page (iframe/etc) inside Yammer ?
In Yammer we can create standalone application that interact with Yammer, Can we this application inside Yammer?
You can inject (static) OpenGraph content into Yammer, but you can't inject dynamic content through the platform, and definitely not iframes. Check out the Yammer Developer Center Open Graph documentation for use cases and examples.

Display yammer profile picture

I am trying to build a web app with yammer integration for login, posting stories, etc. Is is possible to display the yammer profile picture of the user in my web app using yammer API? I have there yammer user id, email, etc.
yes, It can be accessed via Users/Userid. Below is a sample url which will fetch the user's profile feed.
E.g. https://www.yammer.com/api/v1/users/1523361959
In the feed look for mugshot-url and you should be good to go.

Creating embedded app in Yammer

Is it possible to create an App that has an embedded page (iframe/etc) inside Yammer ?
Looks like the apps are only able to manipulate Yammer from outside (Open Graph) but can't actually be pages inside Yammer
(Similar to apps in facebook)
Thanks
Yammer doesn't have third-party app running inside users' home page/feed. However Apps can be listed under Yammer Directory and users can go from their menu inside Yammer to browse the apps and use them. Existing apps can be found at: https://www.yammer.com/apps?from=nav

Resources