athieriot / hubot-yammer

This is the Yammer adapter for hubot that allows you to send a message to him with Yammer and he will happily reply the same way.
31 stars 26 forks source link

Privave groups support #6

Open rantav opened 11 years ago

rantav commented 11 years ago

Right now if hubot is a member of a private yammer group and messages are sent to this group, hubot doesn't get those messages (and hence never replies). Right now I''d love to have a private group so I can test hubot on yammer, but long term, I think this is a useful feature regardless. I assume large organizations utilize private groups and would appreciate hubot being in the group.

athieriot commented 11 years ago

I ask to Yammer people: https://help.yammer.com/requests/74787

rantav commented 11 years ago

BTW, the support request to yammer 74787 is not visible to me...

athieriot commented 11 years ago

Question send to the Yammer Developer Network

rileytg commented 11 years ago

@athieriot i think what @rantav is saying is that the link to the yammer support ticket is not visible to us. It just takes us to their homepage.

athieriot commented 11 years ago

Ok :) Anyway, they just redirect me to the Yammer Developer Network which stay silent on the subject for now.

emedvedev commented 8 years ago

Three years have passed and it's time to go back to this issue. :stuck_out_tongue:

The /messages API endpoint we use is only meant for public messages, so it's pretty much intended behavior. I'll try to fix it some time next week to include private groups and private messages.

@tonybaloney: you asked about this yesterday. I'll keep you posted :)

anveshkumarm commented 8 years ago

Is there any update on the Private Group implementation. we were looking for this feature to be added, else we may need to enable restricted user groups within hubot to verify blah blah blah..... which is kind of mimic private groups.

emedvedev commented 8 years ago

@anveshkumarm: I'm afraid there won't be. Turns out the Realtime API that hubot-yammer is built on is deprecated, and is no longer supported or even documented, so there's a public group support, and that's pretty much it. If you can find a better Yammer module that somehow supports both private and public groups, I could probably rewrite the hubot-yammer module with it.