Please excuse my lack of technical knowledge i'm no developer or software engineer.
I have hired a team to develop an app using Phonegap. Is it possible to integrate Uber into the existing app?
Any advise would be appreciated!
Thanks
Yes! As long as your app has a working HTTP protocol client that is able to make HTTP requests to the Uber API RESTful HTTP server and receive HTTP responses.
Related
I'm looking for a solution for integrating, a seamless ride request experience, into a web application (running on desktop or mobile).
I understand there is a widget that could be embedded in a mobile application. I would like to get a similar experience in a web application.
I also understand that the Uber request API supports this, and I could implement this from scratch. I'm hoping someone developed this kind of widget, so I can integrate it into my application.
The ride request widget was built from our rest apis, but was intended for the mobile audience. You can see how it works in the sdks: https://developer.uber.com/docs/rides/ride-request-widget
You can build the same functionality for a web app using our rest apis and it is covered in the ride request api tutorial here: https://developer.uber.com/docs/rides/tutorials-rides-api
I'm developing an iPhone app which allows users to login to a web service by using the token and api
http://localhost:3000/api/v1/tokens.json?email=tok_apple2009#hotmail.co.uk&password=111111
http://localhost:3000/api/test.json?auth_token=h8uTVFseoMiLvRquK4Vt
However I'm having trouble in this part, could anyone could please help me?
Thanks
You can use AFNetworking(https://github.com/AFNetworking/AFNetworking) framework for communicating with webservices.
I have one problem regarding OAuth integration in iPhone App.
Can anyone help me how to integrate OAuth 2.0 with facebook in iPhone ?
I have referred so many sites about OAuth but I haven't got satisfied answer yet. I referred this question of stackoverflow. There is one good option about ShareKit. But my client wants only OAuth 2.0.
I downloaded framework from google code. I integrated it in my application. But How to use it ? Without guidance I can't implement it in proper way.
I have got stuck between my application and 0Auth 2.0 since last 3 days. Please can anyone give me idea or demo project or any another tutorial ?
Rather than implement OAuth for Facebook, make use of the Facebook iOS SDK which makes handling Facebook Auth and Requests much easier. You can read about it and download it here... http://developers.facebook.com/ios/
I just done a research
This post will really help you
Also please look at the below posts
iphone-facebook-oauth2-graph-api
OAuth and Facebook iPhone SDK
The framework you mentioned in your post is not for OAuth 2, but for OAuth 1.0a.
You can try the OAuth2Client we developed for talking to the SoundCloud API. It's build against draft 10 of the spec. I'm not sure which one is used by Facebook. Unfortunately the spec is not final yet and over the years different services adopted different drafts of the spec.
If you're able to argue with your client I'd try to convince him to let you go with the official iOS SDK. This gives you many benefits like automatic token refresh, single sign on via the official app & much more.
My web application is developed using AribaWeb framework and I want to integrate my application with Facebook. I need to post some info to my product's wall when i'm saving my sample page. I have some doubts to do this,
Is there any need of Web services. if so what are they?
Is it possible to do without JavaScript?
Study the facebook API. I am sure there is a REST service that allows you to do that. Then you can send a REST request from your application using available REST frameworks such as RESTeasy or Jersey .
I want to configure a simple webapplication to support an iphone app to connect with it in RESTFUL ways. Initially have a user login session enabled from the iphone to the web app. I'd like the iphone app to send a NSURL call to the webapp, with user and password and have the webapp respond if the suer exists or not. Pretty simple. And I want to do it with web2py. Is this possible? Any clues?
I think you should post it to web2py group on google groups.
web2py#googlegroups.com
I know this question is a bit old now, but Massimo recently posted a video demonstrating a new experimental RESTful API for web2py. See also the Google groups posting "video about new RESTful APIs" .