How to rename Hashtag via Yammer REST API - yammer

I know we have 'Rename Topic' link on the AboutTopic page which we can rename Hashtag name.
I want to know the programmatic way to do.
I confirmed REST API, but it looks like there is no specific API to do.
Let me know anything if you know about it, please!

There is no API provided to rename tags or topics, or plan to add this, at the time of writing.

Related

How to create a post with Blogger Client library?

I want to give a feature in my blog that every one can create post.
That created post should be in Draft(It should not publish immediately).
I couldn't figure out the solution to achieve this.
I tried this:
https://developers.google.com/blogger/docs/3.0/reference/posts/insert
I need to allow the user with out login in to my account ?
Is this possible ?
Any way that created post going to be in draft so that I can verify and publish.
I don't see any security risk here(I might miss any other case please correct me if anything wrong).
Please help if there is a way to fix this.

Google Drive Api - Document without authorization

I am building an app where two different users will edit the same document online, using only plain text. For this I am using the google-api-php-client-master hosted on github.
There are some examples, but I don't understand what I need to do to achieve my goal. The official documentation is deprecated because it reffers to a library that is not online, and all the classes have different names and ways of working.
I already got my credentials, and know how to get a list of the documents hosted on my drive account. But now I need to:
Create new document
Grant access to a non-google logged in user, just accessing the link
I don't expect anybody to give me a written solution, but to know where I have to start.
Thanks a lot for reading.
Ok im trying to do almost the same thing and this is what i know so far:
Most importantly please reffer to the docomentation: https://developers.google.com/drive/v2/reference
There is a written example on how to create new file!( section files->insert)
One way to make a gdrive file public is to share it to the web via the google api. Another way is to make revision of it( section revision->update) and then publish it( by setting "published" = true in the update request).
Being aware of your requirements i gues that the publishing wont really help you achieving your goal, because it is just a revision of the document from the past and not its current state.

Google Places API: all place details wanted

I'm trying to obtain some details on a Google Place with http-request. This is a place I'm looking at: the place page.
There is a 'Category' field there with 'Volleyball Court, ...'. But when I do a request I don't see these data.
How can I obtain full detail on a place with http request? If you know non-http way to do it, please let me know anyway.
Thanks
Star this issue and hopefully they will eventually add support for it.

want to know DATE FORMAT of Yammer API for passing query parameter as date in URL

I found these links on this site itself..
GET https://www.yammer.com/api/v1/users/{USER_ID}/modified_before/{DATETIME}.json?access_token={ACCESS_TOKEN}
GET https://www.yammer.com/api/v1/subscriptions/created_after/{DATETIME}.json?access_token={ACCESS_TOKEN}
I want to know which date format do i need to use to run my URL properly.
Any kind of help is appreciated
I can't find an example of the requests you've listed. The only example I've found online was someone asking if it was possible to do that with the Yammer API, and the answer appears to be no.
Take a look at the Yammer Ruby gem for example, there is no option as you've described: https://github.com/yammer/yam/blob/master/lib/yammer/api/user.rb
So it's not a matter of having the right timestamp format, it's that the API doesn't support what you're trying to do.

How to edit existing place with Google Places API

I am working for a business that deals with auto body shops - we have them subscribed to a service and want to enhance that service by utilizing the Goolge Places API.
I would like to update the places entries by adding or changing specific photos, descriptions and contact info. I realize there is a section of the documentation that deals with adding a 'place report' but I felt this flow was unclear and/or ambiguous.
In other words, what happens when i place this report? Is there a vetting process that only google is involved in? Does this even do what I'm asking it to do? Is this creating a new entry entirely?
Any help on clarification is appreciated. I may have missed the obvious here so if you feel that way let me know with a link please.
The Places Photo service is a read-only API that allows you to easily add high quality photographic content to your application.
https://developers.google.com/places/documentation/photos
Did you not understand the 'read-only' part?

Resources