I am new to mobile apps development. While using web marmalade for development I want to connect my app with social media websites.

All websites require authentication. after authentication they redirect to the server where application is hosted. The problem is mobile app is not hosted on a server like web apps. So I do not have the redirect URL. How Can I authenticate from Facebook , twitter and linkedIn without redirect URL's

有帮助吗?

解决方案

Web-Marmalade is based on Phonegap api. So you can use any phonegap plugin in marmalade too. Although marmalade is based on an older phonegap api, but still most of the plugin will work. Here's an example of facebook plugin from phonegap's github page.

You can check out the plugin making guide of web-marmalade here.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top