skype bot searchable issue - skype

I have created a skype bot and the bot is published. But I cannot add the skype bot in to my contacts because it will not appear while I searching in skype. How can I get my bot in skype search?

If you have not published your bot on skype you can not add it as a contact by searching for it. To add a bot to your skype contact you need to visit the azure portal -> bot service -> channels -> skype.
This will redirect you to a page where you can add this bot as a contact.
Click on the add to contact.
You can also add the bot to skype contact by simply visiting the link https://join.skype.com/bot/Your-Bot-Id

Related

Verification required for word press site

I have no experience with this and I'm in need of major help. I have a word press website that I am trying to connect a gmail account to. So that the contact form gets sent to a gmail address. I got it all set up and it is telling me I need verification. This is only being used for my word press website. Probably very few users, not a business. Can I get around the verification process or not?
You would need an OAuth Consent Screen for your Project.
You can refer to this blog post on how you can connect a Gmail account on your Wordpress site

How to send a Telegram message to a username using bot api or telegram api?

Hi I am trying to build a website login system where users are able to log in using their telegram. I would like to achieve this workflow:
User selects to login/sign up via telegram.
User enters their username (#ExampleJoe).
A 6-digit verification code is sent to them via my Telegram bot (#ExampleBot).
The user enters the received 6-digit code into my website and is allowed to enter.
I have issues with steps 2-3 where my bot can send them a direct message (not in a group chat) with only their username. I am aware that sendMessage method in the Telegram bot API requires a chat_id and that a user_id is also suitable. However, I do not know how to get the user_id with just the user's username.
That's not possible with the Bot API. You'd have to use a userbot for that. Note however, that TG provides a native login widget that you can use instead.

How do I retrieve Facebook account last login locations with ip?

In Facebook under security tab we can see from where our Facebook account was last logged in or from what location Facebook messenger was opened .
I want to build an app for Facebook using Facebook php api to pull the information for a user so he can see it on a map.
Any help would be greatly appreciated.

As a telegram bot, what is the best way to authenticate the owner of a telegram channel?

Is there a way for a telegram bot to know who is the administrator of a channel?
One way to do this is to send a verification code to channel admin and ask the admin to confirm the code. I couldnt find any API that allows sending a message to channel admin, though.
I can authenticate a user account just by asking user to send a message to my bot, but is there a way to have a channel sending a message to a bot?
i think this is not required!
when you have a1255412542_bot and ask the user to add this bot as administrator, is it possible to a channel admin to add this bot as admin?!!
you can:
ask the channel name,
send a message to the channel to ensure that the bot is not the admin of the channel,
ask the user to add your bot as admin immediately! then press ok button on your bot,
then you send a text message (or sendChatAction for hidden test) to the channel and if successful, finished!
You can get the list of admins of any channel using this method:
https://core.telegram.org/bots/api#getchatadministrators
Check the permissions of that user since it returns a json array of username of the admins and their permissions

Is there a way for users of my website to invite their friends via LinkedIn

I'm using the Facebook and LinkedIn API to allow users of my website to link their social network account with their website account, and I want to give them an opportunity to invite their friends from social networks to my site.
On the Refer-A-Friend page, I want to include Invite via Facebook and LinkedIn buttons which will send a request to those friends from that service.
In Facebook API I can do that with fb:request-form FBML tag.
The only possibility, I saw in LinkedIn Invitation API - is to add website users to your linkedin network but not the opposite.
So, Is there a way for users of my website to invite their LinkedIn friends?
Yes, LinkedIn doesn't provide connection's email but still you invite them through API but the message will go into linkedIn site message box.
Try with linkedIn API how to import connection and send them message. As i have already worked on that way and it's working for me.
Linkedin doesn't provide connection's email address , therefor you cannot invite friend via linkedin . I guess you had already google a lot about it and found that term.
My statement is based on following reference .
https://developer.linkedin.com/forum/export-contacts-email-using-c-or-java
http://www.quora.com/Why-doesnt-the-LinkedIn-API-provide-email-addresses

Resources