[android-developers] How to get Response Url values.
Hi All,
I have some code--
Intent intent = new Intent("android.intent.action.VIEW",
Uri.parse("http://www.facebook.com/login.php?
api_key=API_KEY&connect_display=popup&v=1.0&next=http://
www.facebook.com/connect/login_success.html&cancle_url=http://www.facebook.com/connect/login_failure.html&fbconnect=true&return_session=true&req_perms=read_stream,publish_stream,offline_access"));
startActivity(intent);
It first send me to login page --> http://www.facebook.com/login.php
and after success full login it send me to http://www.facebook.com/connect/login_success.html
page. Here i got url in browser.
I want to get Session Key from here. How to get it. Please help me.
Thanks
--
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home