Task #3137
Write a Drupal controller (form submission method) that publishes to Instagram, when some Content is created
Status:
New
Priority:
Normal
Assignee:
-
Category:
Drupal
Start date:
2023-10-03
Due date:
% Done:
0%
Estimated time:
Description
- This is a medium-difficulty task.
- I am available to help setup, answer questions, provide advice
- publishing on Instagram can be done with curl, as described here: https://developers.facebook.com/docs/instagram-api/guides/content-publishing
Work should be done in demmitv_drupal_module (and demmitv_drupal_theme if necessary).
There is the Content Type called Sketch. When a new node of type Sketch is created, I want the same content to be published to Instagram.
- new node is created here: https://github.com/wasya-co/demmitv_drupal_module/blob/0.0.0/src/Form/NewSketchForm.php#L62
- I referred to this, to write it: https://drupal.stackexchange.com/questions/185442/how-can-i-programmatically-create-a-node
History
Updated by victor piousbox about 1 year ago
- Project changed from Wasya Co to [P] Infinite Shelter
- Category deleted (
Eng - Drupal)