I am trying to integrate skype within my website. Features I want to use in my websites are:
Sign-in and sign-out
Video or Audio calling
Chatting
Also I want to store chat messages in my local database so I can have track of conversation for future use. So, My questions are:
Is it possible to integrate skype in website?
If yes, How can we integrate it?
Is it necessary to have desktop application installed for web application?
My priority is Javascript SDK but I am also flexible with any other programming integration. Thanks in advance.
Related
Are there any framework available that help to create cross platform desktop apps using web technologies ?
Couple of weeks back when I was surfing around tech blogs, I came across with framework doing the same and apparently Slack used it to create there desktop app from it. I am not able to find it again, I am not sure if it was TideSDK.
Got it. it http://electron.atom.io .It used by Microsoft, Facebook, Slack, and Docker for their application. Got the link from http://www.webappers.com/
I've just published in the Apple's Appstore a CocoonJS powered Javascript game that integrates some Facebook functions. After creating my app to Facebook, I spent weeks testing it in the CocoonJS Launcher, and I found the following:
In iOS, the user should grant permissions to apps that tries to access Facebook through the phone's Settings -> Facebook, where a list of apps appear.
I did so with the CocoonJS Launcher and then Facebook started working as expected. However, the final app (generated through the Cloud Compiler) has just been published in the store and, after trying to access Facebook from within the app, the app says that the user should grant permission from Facebook's settings (as I did with the Launcher), but it doesn't appear at the phone's Settings -> Facebook (that is, the list of apps that use Facebook and where it appeared the Launcher).
I've created my app in Facebook, retrieved its ID number, put it in the CocoonJS Cloud Compiler (both for Apple and Android) and, of course, called the "init" function inside the game with the corresponding Facebook app code... Even though it worked with the Launcher, it doesn't work with the app, and now my app is alive and no Facebook integration can be done (which is a real mess, because almost every game function uses it now)...
How could I solve it? What can be happening? Might it have something to do with the Cloud Compiler, or maybe it's related to the JS code?
Thanks in advance for your time and effort! :)
As states in help center, do some testing first with a custom launcher:
http://support.ludei.com/hc/en-us/articles/200767268-Custom-Launcher
The CocoonJS launcher you download from the store has the configuration string of Ludei:
http://support.ludei.com/hc/en-us/articles/200924496-Social
The problem may not have been in the submission, but in the development of the application.
In case you feel it's a bug, please fill a bug report with the following template in their help center.
The template guide:
http://support.ludei.com/hc/en-us/articles/203459717-How-to-report-a-CocoonJS-bug
The forum to post the issue (troubleshooting section):
http://support.ludei.com/hc/communities/public/topics/200011348-Problems-Troubleshooting
I'm building android application with the help of phonegap (I'm using html5 and javascript).
The two questions I have are as follows:
I'm not able to complete instagram integration step 3 to access token from url. Can anyone help as I want to use javascript code for the actions above?
My application has feature to upload pictures but that should be done using instagram application. So how to invoke or redirect to already existing instagram application on clicking the camera image?
Do reply soon!
I just want a framework that allows me to build cross platform apps with HTML5 for at least iOS and Android. The problem that I'm having here is that I can't build PhoneGap or Appcelerator Titanium apps for iOS since I don't have a $99 developer subscription. I might have one in the future, but for now I can't. Is there anything like these frameworks around that doesn't require a iOS serial? I don't want to use one of those online tools that don't require coding. Preferably something like PhoneGap so I can access some of the phone's sensors, like the GPS and Camera.
If you want to publish in the App Store, you need a developer account. In order to get into the App Store, your app must first go through Apple's internal approval process, and you can only apply for that approval if you have an account.
The only way to publish in the App Store without your own account is to piggyback on someone else's account (e.g., publish it under a friend's account). It's unlikely that any publication service would let you piggyback on their account: what if you tried to publish malicious code and got their account in trouble with Apple?
If you don't need to publish in the App Store, your unapproved iOS app is still runable on jailbroken devices. If you do want to have your app in the App Store, you must get an account.
I have developed a javascript based widget application having IM features, use case of this widget will be to embed it on any web page.
we have embedded this widget app to our organizational portal, and IM is working fine. Now the management wants if we can have notification for any incoming IM, if the browser is minimized or is in the background. Notification on task bar as gtalk was providing on windows XP.
But now a days, these notifications are not available on windows 7, even facebook has an messenger embedded with their FB page and even no notification is there.
I searched internet for solution but as of now found nothing. It seems for desktop application it can be done for widget kind of application is it feasible??
Please help..
You can change the window title to the notification. This is similar to what Facebook does.
http://heyman.info/2010/sep/30/jquery-title-alert/
This should help you out.