Where are the user guides for Mirth Connect? - mirth

Where are the user guides for Mirth Connect?
Google searches point to an older forum post and relatively old links to version 3.0.1. The current release is 3.6.1 and is several years newer than those links.

This is a frequent question in the Mirth Connect Slack channel.
The most recent user guides are available from the Mirth Connect Downloads page under the "User Guide" tab. NextGen has now published them on a persistent, live link at https://docs.nextgen.com/
Release notes are available from the Mirth Connect releases page on GitHub.
Starting with Mirth Connect 4.0 there is a link in the Mirth Connect Client that points to http://downloads.mirthcorp.com/connect-user-guide/latest/mirth-connect-user-guide.pdf

The user guide of the last version (v3.10) is:
https://www.nextgen.com/-/media/files/nextgen-connect/nextgen-connect-310-user-guide.pdf

NextGen has just released the user guide as a web page here: https://docs.nextgen.com/bundle/Mirth_User_Guide_41/page/connect/connect/topics/c_Introduction_mirth_connect_ug.html
I think it's much easier to search through and is more organized than the PDF.

Related

do I need to have different application extension for app publishing on google webstore?

I have a Question that does the application developed to publish on google web store needs different extensions for Mac and PC ?
If anyone knows the answer and give me some links for the documentation which describes the answer then that would be really helpful.
Thanks
This sounds like a question about how to get started in the Chrome Web Store and perhaps publishing your first extension or app.
The answer to your question is no, you will only need a single format. You upload a single file, a zip file, to your Chrome Web Store Developer Panel and it will be available for both Windows and Mac users for download/installation to their Chrome browsers.
Here is Google's Getting Started Guide: https://developer.chrome.com/extensions/getstarted

Facebook Connect + Phonegap 3

I'm building an app with Phonegap 3 (it's necessary to be version 3 because Barcode Scanner plugin).
I need to user also Facebook Connect plugin, but there is not already a version for Phonegap 3.
Do you know how can I solve this issue, once I need to offer Facebook Login and Facebook Activites Share for my app?
Thanks in advance!
The only option you have right now is to update the plugin yourself for version 3.0+ or wait for someone else to do it. Sorry it is not a great answer but it is the only answer at this time.
Please see my answer about using the Facebook plugin here: https://stackoverflow.com/a/19371560/368762
You can try to update the plugin yourself, or if you look on the "Network Graph" on the Github page for the plugin, you can see some forks that other people have been maintaining. One fork says it has been updated to work with 3.0 so I'd suggest that you try that.

iPhone:Error of misconfiguration for facebook integration occurs [duplicate]

This question already has answers here:
Closed 10 years ago.
Possible Duplicate:
Facebook App-Application is misconfigured for Facebook integration
I have registered my app on facebook and I use sharekit for facebook integration when I try to send msg from my app I get the error msg as follows:
"Sorry, the application you are using is misconfigured for Facebook integration. Please download the newest version of the application."
I am not able to understand why does this msg generate?
if you have any idea then share it.
Thanx in advance.
This Probably happens because you are using ShareKit which is not Update.
Although Sharekit is One of the Good way to integrating the Social SDk in iphone Apps
When you are going to use ShareKit,one things You should take care is that
you will have to keep Updated Version of Sharekit.
You can see this comment on ShareKit Documentation.
"Be Sure to Stay Up to Date
To make sure you keep ShareKit up to date with the latest bug fixes, enhancements and additional services, follow ShareKit on the blog, Twitter, and/or GitHub."
I suppose You should go through below Link and just check
are you using the Latest version Of SharekIt..?.
You need to go through this Link for Sharekit doc
I Think ,It'll Really helpful to you.

Facebook App-Application is misconfigured for Facebook integration

I am developing iphone app which shares photos on social networks.For photo sharing I am using "Sharekit".I have created Facebook App and using its api key and secrete.(used correct api key and secret.).
When I try to share image with this app(even simple text),the following error comes.(even the facebook login popup doesn't appear.)
"Sorry,the application you are using misconfigured for Facebook integration.Please download the newest version of the application"
I would have uploaded snap shot but as a new user Stack overflow is not allowing to upload image..Any help will be appreciated.
Thanks.
apparently this problem was faced by me too.
Since i was using their old API methods..
it is really tough to find the cause now..
Although i have not used ShareKit..i believe it is also using the older methods.
I solved the problem by using their official tutorial on Facebook iOS integration
I noticed that the version of sharekit i am using 0.2.1 is pretty outdated one. The project was moved to github and the latest version 2.0 can be found here. The home site is outdated with version 0.2.1 so follow the github link for latest update.
You might want to take a look at Socialize: http://www.GetSocialize.com, which uses the newer methods. Full feature list at http://go.GetSocialize.com/features
Good luck!
DROdio

Is there an open source live support application using PHP, Jabber and Google Talk

I have 2-5 support reps who use Google Apps including Google Talk
I want to provide a "Live Support" option on my web site.
When one or more employees log in to Google Apps the live support option should become available.
Ideally the live support feature should simply enable a 1:1 chat session with a support rep with the ability to add additional support reps.
Google offers a way to put Chat badges in your website so it's possible to chat with ONE user, but i've never heard of such thing. At least not open source.
You can see similar functionality in www.olark.com and www.zopim.com
There is no open source project, but there is this tutorial to make notification app and chat.
http://www.ibm.com/developerworks/xml/tutorials/x-realtimeXMPPtut/section5.html