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.
0
votes
All of the libraries you mentioned use the vendor specific APIs, so I don't really understand question
- Aaron Saunders
Hi Aaron, the problem cant we go by the way mentioned in google api docs for loging and sharing posts into google plus and for facebook and twitter as well. Why we should a plugin like social.js. I cant understand, Can you explain it please?
- Guts
2 Answers
0
votes
If you want to connect to a service like Google+, you can use their http api. In Titanium, you can use the http client to send requests and get responses. Since its from Titanium api, it should be cross-platforms.
Is that what you meant?
0
votes