Lotus Connections get all users following discussion - rss

Does anyone know a good way to get all of the users who are following a specific discussion in lotusconnections? I havent been able to find this functionality in the IBM documentation at all.

If by discussion you mean a Forum topic, looks like this was asked and answered here IBM Connections - get all followers of a Forum topic

Related

How can i get access to the Contacts API?

I am a developer tasked with an investigation about the LinkedIn APIs. More specifically, I need to be able to get information on a user's connections and I think that the Contacts API would be a good match, since it retrieves a logged-in user's connections and I currently have no means to access the Connections API. The problem is I do not know how to get access to it, as it is not clear enough in the documentation I have read thus far.
I have checked the API documentation and several posts in Stack Overflow about the topic, but I have not been able to find the answer I have been looking for. I have also read through other resources, such as the API Terms of Use and many other forum posts, but with the same result.
On the API documentation, all it says is that "The use of this API is restricted to those developers approved by LinkedIn and subject to applicable data restrictions in their agreements.", however I do not understand where I should apply for approval, as the Contacts API does not seem to be under any of the options I can apply to. Is it possible to apply for it at all?
Thanks in advance

Firebase auth and billing subscriptions

I'm new at android studio. If this question has been answered before, I'm sorry to ask again.
I'm trying to build a fitness app and I'm creating workout and nutrition plans for premium users. I need to store user's info so I'm using firebase but it's gonna be monthly subscriptions and after a month I need to delete their infos. I couldn't find a way to delete their auths and infos automatically. Can you help?
If you new to firebase, I suggest look at their documentation. They include plenty of tutorials for beginners including setting up your enviroment.
Assuming you are using firebase auth, the FirebaseUser class has methods for removing users from the system.
https://firebase.google.com/docs/reference/android/com/google/firebase/auth/FirebaseUser
However I assume you will want to use firestore to persist customer information, name address etc (a database and NOT an authentication system).
https://firebase.google.com/docs/firestore/quickstart#java
With a montly subscription system you will need SERVER logic to enforce such logic. You cannot sensibly do all this just in the client.
Firebase is not a payment processor, for that you would need to intergrate something like stripe.
I've tried to be helpful here, however I must admit this is not a good question by community standards.
https://stackoverflow.com/help/minimal-reproducible-example
Stackoverflow is full of coders trying to help other coders solve specific programming problems. It is not here as a discussion site for how to begin projects of substantial scale.
I wish you good luck, but please recognise your mission is not trivial for a beginner.

Automatically export Google Analytics Atibution (beta)

I'm searching for a way to access the GA Attribution (beta) project data automatically.
Especially I need this table (screenshot 1).
I want to extract it automatically every day, but I cant seem to find any API for that.
Is there a way to get this data automatically?
I thought about using a webscraper, but I'm not sure if that's allowd/possible on GA.
Thank you in advance.
As off 22.02.2022:
Thanks for contacting Google Analytics 360 support team. I hope you
are doing good!
I have reviewed your chat and understand that you are looking for
option of downloading Model comparison table using API.
I would like to inform that we have already received several request
from clients on this and our engineers are in the process of reviewing
the request (feature request). I would like to inform you that I have
added your details to the list of interested clients and I am looking
forward to it.
Please note that feature request implementation completely depends on
our engineers so it is really difficult to provide an estimated
timeline but I am positively looking forward for the same. If you
still have anymore questions on the same you may reach out to your
partner manager and discuss further.
I hope this email helps, in case you have any further questions please
feel free to reply and I will be glad to assist further.

rerouting a normal phone call to skype

I am a mobile/web developer but Im trying to see if there is any way this is possible:
Rerouting an incoming telephone call to skype or any other voice chat application?
Can anyone explain what technologies/ APIs are available to do something like this?
Thanks
Apologize if this question is broad or out of context here. Please let me know where to post if so.
Thanks
Take a look at SipToSis. This will not only solve the problem (GPL licensed out-of-the-box working product), but most of all studying it will help you understand the APIs used.

Retrieving Linkedin Group discussion posts

I am making an application in which i have to make connnect to linkedin and after connecting i've to retrieve group discussion posts and all other information that i can retrieve related to group
I dont know where to start :(
I have APIkey and SecretKey
Can anyone provide the sample code
Regards
I dont know where to start
The documentation of the API you are trying to use is generally a good place to start.
Here's how I would proceed if I was at your place:
Head over to the documentation
Read it carefully
Start designing a POC (proof-of-concept). Could be a simple console application in which you attempt to consume the API.
Once you have a working POC integrate it into your actual application
If in between those steps you encounter some specific problems you shouldn't hesitate to show your progress here and ask some real question instead of give-me-the-code type of questions.

Resources