I am developing an Android application for location based event
recommendation. I am trying to understand the OAuth documentation but
its giving me a lot of difficulties. Basically I am going to use the
EventBrite API for my application and when registering for the app key
I am supposed to provide with a redirect URI. What should I give the
redirect URI as?
I've tried http://<<my inet address>>/home/anushree/workspace/CSE598C/
src/com/research/CSE598C/HomePage.java
and 
http://localhost/home/anushree/workspace/CSE598C/src/com/research/CSE598C/HomePage.java

But this gives me an error saying that the webpage is not available.

Also, once I am able to resolve this issue how do I redirect this page
to my android homepage? I will require the value of the <<code>> from
the URL 
https://www.eventbrite.com/oauth/authorize?response_type=code&client_id=<<my
application id>>" Can anyone tell me how to retrieve value of the code
parameter to do that?

Thanks-
Anushree

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to