Questions tagged [invite]
202 questions
-1
votes
1 answer
How to send meeting invite (calendar) in Bluemix Node-Red Application
I have created a Node-RED application in my Bluemix account. It has a http GET request node through which I receive the request. I receive a list of email ids in that request and I send an email to all those Id's and return a success as a response.…

veez
- 29
- 3
-1
votes
1 answer
How to create invitate-only website with JavaScript and Parse.com?
I would like to know how to build a website with an access limited to people who received an invitation link.
I am using the Parse.com backend and hosting so, I won't use PHP and MySQL.
Currently, anyone can "Login with Facebook".
I would like each…

vpx
- 380
- 1
- 5
- 14
-1
votes
1 answer
Alternative to Facebook FBML based multi friend selector
As Facebook has deprecated FBML, Multi friends selector does not work now.
Request dialogs support only canvas URLs and not web sites.
Send dialog is one option but does not provide the same features as a Multi friends selector.
There are some…

Mausam Sinha
- 11
- 6
-1
votes
1 answer
Login repeats after authenticate, if i try to send a friends request
Im trying to build a 'cheer action' for my app. It is a game in iPhone, so I want to post a 'welcome message' in the users wall (I will need 'public_stream' permission) and then invite his friends to visit my webpage.
Here my question.. I…

Khanon
- 103
- 1
- 1
- 6
-2
votes
1 answer
SMS or Email for Firebase App Invite iOS?
When creating an App invite, will the dialog box give the user the choice of SMS or Email invite for a friend? I want the SMS, if so is there any additional set up or security needed to access the contact list and get a SMS message number? Any…

Charles Jr
- 8,333
- 15
- 53
- 74
-2
votes
2 answers
Sending invitations to email addresses taken from text inputs
I'm trying to figure out a html/php code that enables the user to send invitations for email addresses that he enters. The user has to only type in the email address then click the button "invite", after that the invitation will be sent. I have five…

Saif Harbia
- 11
- 9
-3
votes
1 answer
discord.py | I tried to make my discord bot send me a invite to specific servers it is connection to that are in a db but my current code doesn't work
@bot.command()
async def link(ctx, *, guild_name):
mm = bot.get_guild(db[guild_name])
guild_id = db[guild_name]
a_guild = bot.get_guild(guild_id)
server = bot.get_guild(mm)
print("test1")
for…

Yousef
- 1
- 2