d2jsp
Log InRegister
d2jsp Forums > Off-Topic > Computers & IT > Programming & Development > Google Form Replies Directly On Facebook Page Post
Add Reply New Topic New Poll
Member
Posts: 5,966
Joined: Sep 22 2010
Gold: 33,831.00
May 10 2019 10:40am
Soo
I recently had an idea that involves google forms and facebook
My idea is a bot that directly posts the form reply to a facebook page.
Example
User A submits a form reply on 15:00pm, Bot gets the reply adds an #post1 and posts the reply as a facebook page post on 15:00pm.
User B submits a form reply on 15:01pm . Bot gets reply adds an #post2 before post and posts the reply as a facebook page post on 15:01pm.
Is there something like that exists?I already have searched google but maybe my keywords are so bad that i can't find a reply.
Trade Moderator
Posts: 26,724
Joined: Dec 20 2005
Gold: 82,500.00
Trader: Trusted
May 10 2019 04:41pm
In order to do that I believe you need kind of API that allows the user to log in to his account and only after to post his answer.

I believe that if you find that API you could it while using GAP in the Google Form.
Member
Posts: 5,966
Joined: Sep 22 2010
Gold: 33,831.00
May 10 2019 04:48pm
Quote (Yakir @ 11 May 2019 01:41)
In order to do that I believe you need kind of API that allows the user to log in to his account and only after to post his answer.

I believe that if you find that API you could it while using GAP in the Google Form.


hey
Thanks for answer.
I changed my google keywoards and appears that zappier has that kind of intergration with a paid subscription tho but guess its pretty doable.
API was my first assumption also,but afaik FB APi cant do that so maybe a third party one would work.
Im totally not in a level to write my own for sure
Trade Moderator
Posts: 26,724
Joined: Dec 20 2005
Gold: 82,500.00
Trader: Trusted
May 12 2019 01:18am
Quote (RaZeNxD @ May 11 2019 01:48am)
hey
Thanks for answer.
I changed my google keywoards and appears that zappier has that kind of intergration with a paid subscription tho but guess its pretty doable.
API was my first assumption also,but afaik FB APi cant do that so maybe a third party one would work.
Im totally not in a level to write my own for sure


to be honest, you could do it with Google App's Script ( or GAS ) but the problem is that you need the token of the user to post the form answer on your wall / his wall @ Facebook.
So either way, you will need the API of Facebook connected to your form ( from what I remember, the user have to actually log-in with that and then you get the token to do w/e ).
Member
Posts: 5,966
Joined: Sep 22 2010
Gold: 33,831.00
May 12 2019 03:56am
Quote (Yakir @ 12 May 2019 10:18)
to be honest, you could do it with Google App's Script ( or GAS ) but the problem is that you need the token of the user to post the form answer on your wall / his wall @ Facebook.
So either way, you will need the API of Facebook connected to your form ( from what I remember, the user have to actually log-in with that and then you get the token to do w/e ).


I didn't knew the GAS existence at all.
That may solves that for me, gonna check it in 2 days on my day off from work.
Facebook Token ain't a problem.

Thank you very much
Trade Moderator
Posts: 26,724
Joined: Dec 20 2005
Gold: 82,500.00
Trader: Trusted
May 12 2019 04:28am
Quote (RaZeNxD @ May 12 2019 12:56pm)
I didn't knew the GAS existence at all.
That may solves that for me, gonna check it in 2 days on my day off from work.
Facebook Token ain't a problem.

Thank you very much


GAS is similar to JS so if you know JS, it will be easy for you..
Glad I could help :)
Member
Posts: 5,966
Joined: Sep 22 2010
Gold: 33,831.00
May 12 2019 04:34am
Quote (Yakir @ 12 May 2019 13:28)
GAS is similar to JS so if you know JS, it will be easy for you..
Glad I could help :)


Well i'm not a JS magician.
I only wrote a little JS at my education, but would work for me fine since i was looking a way to get more into it :D
Go Back To Programming & Development Topic List
Add Reply New Topic New Poll