How get list who am I sponsoring - youtube-data-api

hi, sry for the mistakes, I'm just using google translator
So, can I view through oauth whether I have subscribed to the channel and sponsor it?

Related

how to get attendances Track from the Google API?

We are using the API of google calendar to create events and we have some invites to that, the problem is that we want to get the Attendance, we know that calendar has the feature Attendance Tracking, and that works perfectly, but we need to get that information from the google API. for now it sends me a email at the end of the meet with an excel with that information. but I need to get it from the API cos, we have a lot of meeting and need to update this information automaticly.
thanks a lot if you give some route or some idea to reach it!!!
I am triging to get this information from the caelndar API V3 following this doc but I just get the event info and attendees, but I need to get the Attendance.

Lookup user's YouTube Account with Google Id

I need to locate the user's YouTube account/channel Google user Id.
A Google Search on find YouTube channel from google id yields several StackeOverflow possible options, some use the Google+ API which has been deprecated, but I'm sure there are alternatives using the Google Identity API or some other Google API.
Can anyone give me idea or a solution about how can I convert Google Account Id to YouTube Channel Id Account?
You need to remember that YouTube and google where originally two different companies there is probably no direct link that you are going to be able to hack your way to.
This is partly why (IMO) YouTube login is channel based. A user can have more then one channel so your not going to be able to find a single channel for a user relation its going to be a one to many relation. I dont think google has any way for you to see this without having the user login.
Your best option will be to ask the user to sign in and then use channels.list with the option mine.

How to send message to any Facebook Pages with a bot?

I have created Facebook Messenger bots to answer to people talking to my Facebook Pages with a wrapper of Microsoft Bot Framework.
When a human talk to my bot it has a recipient address (composed of multiple fields) used to reply.
Now I'd like my bot to talk to other Facebook page (like a human using a Messenger client)
Questions:
How can I find the "chat" address of a random user that do not already talk to my page/bot ? (It seems a same user has different address when it talk to multiple bots).
How can I use my bot to send messages to other's Facebook Page. To do that I assume the bot has to discover the recipient address of the human or bot behind that page ?
(May be the answer is to use an implementation of a Messenger Client in NodeJS ?)
For Facebook Messenger:
User "chat address", that is to say "Id" property of your Recipient, depends on every bot and cannot be guessed (it is a Page Scoped ID), you have to talk to the bot first. It's a question of security / anti-spam
Same problem to start a conversation with another page: you cannot guess the ID of the human/bot to which you will be talking to.
So currently it is not possible to do what you are trying to do.
Maybe you should have a look directly to Facebook APIs to see if you can at least do your 2nd point. For the 1st one, I found no way

Using a custom MailChimp UNSUB link

Is it possible to provide a value for |UNSUB| directing the audience to our own unsubscribe web service.
I have a mandate to not store the subscriber list on MailChimp but rather upload it when required. The reader of the email would then click the unsubscribe link and be directed to our own unsubscription service.
I know this may sound unconventional, I am really just looking to see if this is an option or not.
Thanks
This isn't possible for the obvious reason: MailChimp (and any other worthwhile ESP) needs to be able to ensure you're not spamming people, so if someone requests to be removed from the list, MailChimp will need to remove them.
If you're not permitted to store the list at an ESP, you'll probably need to roll your own newsletter service rather than using a SaaS product.

Is an email form to dynamic assigned recipients and senders in Rails possible?

I'm creating Rails app as a guide to restaurants whereby information is displayed regarding each restaurant, menus etc. It is a supporting website to an iOS app.
I would like to do allow the user to book or send an email to book a table on a restaurant. I'm storing both user and restaurant e-mails in my app.
I could easily do this in the iOS app using the Mail app but I'd like to offer the same functionality within my Rails version also. Is this possible?
Thanks.
As #CarlZulauf commented, you are looking for Rails e-mail interface. It is hard to help you here because you didn't explain to us what did you tried and what is not working. If you have problems, you might want to create a new question, or edit this one, including the info, otherwise it is impossible for any one to help you more than just give you the doc link.

Resources