Yammer App Development language - yammer

I want to develop a app for Yammer.
I currently have the web app as a external website written in PHP / JS and HTML.
Can i turn my external web-app into a yammer app, does it have to be written in ruby or can it be in PHP / HTML / JS/
Thanks

If you are looking to just consume Yammer APIs then any language that has support for HTTP requests will likely work.
Yammer has a few official SDKs listed here:
https://developer.yammer.com/docs/js-sdk

Related

Is any API for Google web stories?

I want to integrate Google web stories to my website using API. is there any API available to fetch google web stories?
If not, what could be an alternative to showing web stories on the website?
https://developers.google.com/search/docs/advanced/appearance/enable-web-stories#create
Help would be appreciated.
Thanks.
There is a Web Stories API
The API Reference [https://webstories.today/api/v1/docs]
And NuGet Package if you work with .Net
[https://www.nuget.org/packages/CodeHelper.API.WebStories]
When researching how to use web stories with Next.js, I found this tutorial on the official AMP website:
https://amp.dev/documentation/guides-and-tutorials/start/visual_story/
You can use the amp-story component to create Web Stories with AMP.

Firebase web push notification in iframe is only working in firefox

I am using firebase for web push notification it is working perfect when I used it in same domain, but I have only one ssl domain and many non ssl website. So I have plan to use it in iframe and integrate this facility in all my non ssl websites too.
URL is
https://htmlcodeplay.com/notification/notification/index.html?websiteid=3
I have integrate it through iframe like below
<iframe src='https://htmlcodeplay.com/notification/notification/index.html?websiteid=3'></iframe>
I have integrate this lines into my blogger https://allinworld99.blogspot.in. But it is working perfectly in Firefox browser but not in chrome browser. No errors also displayed.
As per this link Does my web application require SSL for Firebase Cloud Messaging for Web to work?. It should not work, but how it is working in firefox browser.
I am not able to find a reference right now, but you want to do
embed a "push notification webpage" inside another via iframe
is blocked by Chrome for security reasons.

Gem to post message on google plus?

Is there any gem to post message on google plus from our rails application ?. I want to post a meesage on my google plus page whenever i logged in my application using google plus credentials. Please suggest me the gem name to do this. Thanks in advance.
EDIT
I have a app in goole plus. On behalf of my application users, my app should post messages.
I suggest to use gem 'google_plus'`
As Google plus having so many restrictions. Still I would Like to Share a link you can follow that..
How to share content from our site to google plus
For more reference:
https://developers.google.com/accounts/docs/OAuth2
https://developers.google.com/+/web/share/interactive#button_attr_calltoactionurl
I hope it will work fine...
Yes, there's a Ruby client library provided by Google which allows you consume their Google+ API
https://developers.google.com/api-client-library/ruby/apis/plus/v1
UPDATE
The URL above points to Ruby client library. The API you're looking for is moments.insert
https://developers.google.com/+/api/latest/moments/insert
There is an official Google API Client gem. However the Google+ API does not allow standard automated posting to a profile. The recommended approach to share posts is the share button or the interactive share API.
The automated posting that Google+ does support are:
App activities/moments are a way to make actions within your app visible to other users of your app. They do not appear in the Google+ posts stream.
Domains API can be used with Google Apps accounts to create posts that are limited to users within the company.
Pages API can be used to post to a page (not a profile) but is limited to approved partners.

Getting CodeIgniter RESTful project onto Google App Engine

I've used the Codeigniter RESTful framework to make an API for my mobile apps. I would really like to host it on Google's App Engine but there really aren't any tutorials showing how to do this.
Could anybody help in this regard with helping me to get onto app engine?
You can use CodeIgniter modified to run on Google's App Engine (PHP) https://github.com/edwardmp/CodeIgniter-AppEngine
And also follow Tutorial http://blog.programming4design.com/codeigniter-on-google-appengine-for-php/

Send Glympse API Web API?

Besides showing a web mapview of Glympse.
Is there any JS lib to do the sending of Glympse via Web API? It would be useful to develop mobile / desktop web application that uses the geolocation HTML5.
At the moment map control is the only public API that we provide for the Web. We are going to extend the set of exposed APIs and supported platforms over time. Keep an eye on our announcements!

Resources