0

Without using plugins like social.js, birdhouse.js or codebird.js.. Is it possible to create social logins, tweets and so on using authentication provider api docs.. Because javascript approach for google login is same for all web projects so if we do it, it has to work in ios and also android. Many solutions for social sharing in Appcelerator are platform based, then what is the meaning in cross-platform. If I understood anything wrong, please do suggest me right path. Thanks in advance.

4

2 回答 2

0

如果你想连接到像 Google+ 这样的服务,你可以使用他们的http api。在 Titanium 中,您可以使用http 客户端发送请求并获取响应。由于它来自 Titanium api,它应该是跨平台的。

这是你的意思吗?

于 2013-09-11T15:44:15.600 回答
0

你可以使用这个 github 库来授权:

https://github.com/ejci/Google-Auth-for-Titanium

于 2014-05-23T19:39:15.143 回答