FACEBOOK POSTING VIA API
Need help with setting up auto-posting of news (photo text) from PHP code to several groups and Facebook pages.
1. Setting up the application on Facebook: passing approval and obtaining all necessary accesses and tokens.
2. Write a function of type fb_Post ($group_id, $photo_url, $text)
3. Writing a function of type fb_Members ($group_id) - function to request the current number of subscribers of a group or page.
POSTING TO TWITTER VIA API
Need help with setting up auto-posting of news (photo text) from PHP code to several Twitter accounts.
1. Setting up the application in Twitter: passing approval and obtaining all necessary accesses and tokens.
2. Write a function of type tw_Post ($account_id, $photo_url, $text)
3. Writing a function of the tw_Members type ($group_id) - a function to request the current number of account subscribers.
12.07.2022 20:53