Build automated messaging applications with social media accounts. -- 2
Budget: $250 – $750 USD
Get a list of contacts or friends from facebook, twitter, linkedin, whatsapp and tiktok and use social media APIs to send messages through social networks.
1. Anyone can obtain a social media account ID and access token using the 3-leg authentication and authentication module.
2. Use accesstoken to get a list of contacts or friends and send a message.
# This logic should work on facebook, twitter, linkedin, whatsapp and tiktok. Used to apply for advertising recommendations through social media.
reference link
Facebook
https://developers.facebook.com/docs/messenger-platform/reference/send-api/
https://developers.facebook.com/docs/messenger-platform/send-messages/
https://developers.telnyx.com/docs/api/v2/whatsapp/WhatsApp-Contacts
https://medium.com/intigriti/how-i-got-your-phone-number-through-facebook-223b769cccf1
https://www.hotspotshield.com/resources/how-to-find-someones-ip-address-on-facebook/#:~:text=How%20can%20I%20find%20someone's,on%20this%20social%20media%20platform.
Linkedin
Send https://docs.microsoft.com/en-us/linkedin/shared/integrations/communications/messages
Contacts https://docs.microsoft.com/en-us/linkedin/shared/integrations/people/connections-api
(linkedin ID)
Instegram
Send & Contacts https://stackoverflow.com/questions/32407851/instagram-api-how-can-i-retrieve-the-list-of-people-a-user-is-following-on-ins
https://www.instagram.com/accounts/login/?next=/publicapi/v1/users/self/follows
Twitter
Send https://developer.twitter.com/en/docs/twitter-api/v1/direct-messages/sending-and-receiving/api-reference/new-event
Contacts https://developer.twitter.com/en/docs/twitter-api/v1/accounts-and-users/follow-search-get-users/api-reference/get-friends-list
Whatsapp
Send https://developer.vonage.com/messages/code-snippets/whatsapp/send-text
Contacts
Tik tok
Different
share videos https://www.ayrshare.com/tiktok-api-how-to-post-to-tiktok-using-a-social-media-api/
Linkedin 3 leg authentication
https://www.linkedin.com/oauth/v2/authorization?response_type=code&client_id=86mmm2kq9uo5gt&scope=r_liteprofile&state=123456&redirect_uri=http://localhost:3001
https://esther-liao.medium.com/how-to-get-a-linkedin-access-token-a53f9b62f0ce
facebook 3 leg authentication
https://developers.facebook.com/docs/facebook-login/guides/advanced/manual-flow
https://developers.facebook.com/docs/facebook-login/web
twitter 3 keg authetucation
https://developer.twitter.com/en/docs/authentication/oauth-1-0a/obtaining-user-access-tokens
https://medium.com/@devfemi/twitter-3-legged-authentication-using-nodejs-express-and-react-7a311a80db66
https://github.com/imef-femi/Twitter-Auth-React-Client
https://github.com/imef-femi/Twitter-Auth-React-Server
1. Anyone can obtain a social media account ID and access token using the 3-leg authentication and authentication module.
2. Use accesstoken to get a list of contacts or friends and send a message.
# This logic should work on facebook, twitter, linkedin, whatsapp and tiktok. Used to apply for advertising recommendations through social media.
reference link
https://developers.facebook.com/docs/messenger-platform/reference/send-api/
https://developers.facebook.com/docs/messenger-platform/send-messages/
https://developers.telnyx.com/docs/api/v2/whatsapp/WhatsApp-Contacts
https://medium.com/intigriti/how-i-got-your-phone-number-through-facebook-223b769cccf1
https://www.hotspotshield.com/resources/how-to-find-someones-ip-address-on-facebook/#:~:text=How%20can%20I%20find%20someone's,on%20this%20social%20media%20platform.
Send https://docs.microsoft.com/en-us/linkedin/shared/integrations/communications/messages
Contacts https://docs.microsoft.com/en-us/linkedin/shared/integrations/people/connections-api
(linkedin ID)
Instegram
Send & Contacts https://stackoverflow.com/questions/32407851/instagram-api-how-can-i-retrieve-the-list-of-people-a-user-is-following-on-ins
https://www.instagram.com/accounts/login/?next=/publicapi/v1/users/self/follows
Send https://developer.twitter.com/en/docs/twitter-api/v1/direct-messages/sending-and-receiving/api-reference/new-event
Contacts https://developer.twitter.com/en/docs/twitter-api/v1/accounts-and-users/follow-search-get-users/api-reference/get-friends-list
Send https://developer.vonage.com/messages/code-snippets/whatsapp/send-text
Contacts
Tik tok
Different
share videos https://www.ayrshare.com/tiktok-api-how-to-post-to-tiktok-using-a-social-media-api/
Linkedin 3 leg authentication
https://www.linkedin.com/oauth/v2/authorization?response_type=code&client_id=86mmm2kq9uo5gt&scope=r_liteprofile&state=123456&redirect_uri=http://localhost:3001
https://esther-liao.medium.com/how-to-get-a-linkedin-access-token-a53f9b62f0ce
facebook 3 leg authentication
https://developers.facebook.com/docs/facebook-login/guides/advanced/manual-flow
https://developers.facebook.com/docs/facebook-login/web
twitter 3 keg authetucation
https://developer.twitter.com/en/docs/authentication/oauth-1-0a/obtaining-user-access-tokens
https://medium.com/@devfemi/twitter-3-legged-authentication-using-nodejs-express-and-react-7a311a80db66
https://github.com/imef-femi/Twitter-Auth-React-Client
https://github.com/imef-femi/Twitter-Auth-React-Server