Different Persistent Menu for each Messenger Bot user - facebook-messenger

Could I, for example, set different languages or different menu options for each user? I did't find such example in Facebook Documentation

Unfortunately the answer is no.
I ran into the same problem 2 weeks ago, and I got this response from Facebook:
Unfortunately, there is no way to set local for now. This is working as intended but the team will keep your feedback in mind for their next milestones. Hope this helps.

Related

Connecting with pypardot after the changes

For the past years I've been connecting to Pardot with the usual email-password way that it is described at the pypardot documentation.
This obviously stopped working after the changes of Spring 21, but I cannot seem to find a good guide on alternative ways of connecting to the api.
I would appreciate some technical direction, examples or guides since documentations like this are too vague in my opinion and don't provide more practical help.
Thanks!
Now you need to get a Salesforce Access token prior to accessing the Pardot API.
I wrote a blog post on the details on what is needed to get connected, check it out: https://thespotforpardot.com/2021/02/02/pardot-api-and-getting-ready-with-salesforce-sso-users-part-3b-connecting-to-pardot-api-from-code/

Messenger bot that reacts to all messages

I am working on a messenger bot for a group, that reacts to all messages that people type, unfortunately I don't have much experience with the messenger API, so I can't do it on my own. How can I do that?
There are not enough details to help you with your question
Start with the article that helps with process understanding, for
example:
Facebook Bots for fun and profit
Explore the official Facebook API documentation
Choose methods you would like to implement
Using programming language you know, try to implement this methods step-by-step, also you can find some working examples on GitHub
While having issues, try to find answers here on Stackoverflow, or google it - most of your questions are already solved by somebody
Good luck with your bot!

How can you build React on top of Drupal?

I've never used Drupal, but have been looking up tutorials online. My client would really like the adaptability of React and to have more flexibility in terms of design. I could make my own database and React app, but I have not studied security (I'm a team of one, so no one for security on my end, either). Security and access to a content management system was the main reason we decided to go with Drupal. However, I would still like to be able to code in React/something I'm familiar with to produce a site I am proud to say I made.
I've been Googling and Youtubing tutorials and help, but not having anyone to ask specific questions is making this difficult.
If anyone knows of a relatively easy way to build a React app on Drupal, I would really appreciate the advice. Or if there is a better way I should go about beginning a project as I've briefly mentioned above, I would also be open to that. Thank you in advance and sorry for the long message!
What you are asking is quite broad in concept and not easy to answer in just one answer post. Try to look for Headless / Decoupled Drupal.
https://www.acquia.com/drupal/decoupled-drupal
What this essentially means is that all the services and the content management are handled by Drupal while the core user experience or the way the site is displayed in a browser is controlled via a JavaScript framework such as React.js or backbone.js. This is achieved via Drupal’s RESTful API service.
Hope this helps.

Creating an updating GUI, IE Video or Blog service in VB.net Winforms

First of all I would like to thank everyone on this forum, as you have made some of my friends greatest projects successful and I was hoping one of these projects can be done without them.
Now I want to expand to other services. I want to make an app in WinForms or WPF (But im still learning XAML so if you can it would help to answer for winforms) that constantly updates data and displays pictures or video in a row/rows. Like almost Moviebox for iPhone or Showbox for android. How movies are updated constantly without updating the app. (Im not promting piracy, its just the best example I could think of). And when you click on the movie(Which is a picture) it gives a description and picture and even a youtube video.
It kinda would work like a blog reader.... I think?
I think I will need a server and I will probably need a database. But sadly , i'm still a beginner, but willing to learn. Thanks and if you need any more info, please just ask. :)
http://msdn.microsoft.com/en-us/library/windows/apps/br211380.aspx?cs-save-lang=1&cs-lang=vb#code-snippet-2 The answer! I think? Any helpers?
http://msdn.microsoft.com/en-us/library/windows/apps/br211380.aspx?cs-save-lang=1&cs-lang=vb#code-snippet-2 This MSDN example explained everything I needed in full!

how to work with drupal?

i am new to drupal and it is irritating me. i have mastered wordpress and SMF forum software to a near expert level. but drupal as well as joomla have made the admin interfaces so totally confusing i wish there was an answer available for me to use and drop them altogether.
i cant get the slide show to show up on the front page or any other page. i cant find in there a sufficient means of manipulating the content blocks and logging and nav blocks. i am not new to computers and programming, and if this was a programming problem, i probably would have fixed it by now, but the interface is so confusing i cant get the site to do anything im wanting it to do.
i have looked at several tutorials that dont help at all. i found out about a part time job my company is offering and i know for fact i can do it if i can get past the fact that the admin interface is a maze of confusion.
theme demo - http://adaptivethemes.com/demos/atcommerce/
my test - http://tse.myfewclicks.com/drupal/
i beg anyone willing to help. i need to have something presentable, at least a good taste by monday. i could have already been done with it with SMF or wordpress, but they are the wrong type of software for the job.
please help someone.
It would appear that you may have solved your problem. I followed your link and the image rotator was working.
About the only difference was that on the AT demo site I was able to click the dots at the lower right hand corner to select the image I wanted whereas on your test site I was unable to do so.

Resources