[android-developers] confirm the android os whether implement to parse the WAP PUSH message or not?

2010-10-14 Thread xiaguang Chen
Hi all Now, I will do something about WAP PUSH. Receive the WAP PUSH message could be found in the android source code, but i could not find the code of parse message(WAP PUSH not other). I have tried, HTC G3 could show the WAP PUSH message in UI layer, but HTC G1 and MOTO milestone could not s

Re: [android-developers] Submit a Picture to server

2010-08-21 Thread xiaguang Chen
You could build a simple server to accept the request from your programme on android platform, On the server side you could analazy the request easy and find the mistake. The simple server that you can use servlet or other programme language(such as python+django). It is very easy too. :) 2010/8/

[android-developers] [help]How to get the list of friend_request using facebook API

2010-08-04 Thread xiaguang Chen
Hi all, *How to get the list of friend_request using facebook API.* For example, user A,has logged in. Use B send request of adding friends to A Now, I want to get the friend_request of user A, how to do? *May the facebook graph API could not support the operate, yes or not? *At the same time,

Re: [android-developers] Re: Twitter / Facebook source code

2010-07-22 Thread xiaguang Chen
Oh, thanks,andy But the package has been released in DEC 2009, I am afraid to the open source code can not support the newest Facebook interface(authentication,access and so on). 2010/7/23 Andy Savage > Hello, > > Actually your in luck (sort of). There's an opensource java facebook client > avai

Re: [android-developers] Re: Twitter / Facebook source code

2010-07-22 Thread xiaguang Chen
Thank you all the same, I will study it, if any solution was found, I will paste here. -- 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,

Re: [android-developers] Re: Twitter / Facebook source code

2010-07-22 Thread xiaguang Chen
I have got the APP_ID(develpoer's key) from facebook and set it in the programme. An error was shown when I run the example in the SDK. I use the offical SDK in http://github.com/facebook/facebook-android-sdk. I do not have any solution for this issue. Do you have any good idea. :) Thanks! -- You

Re: [android-developers] Re: Twitter / Facebook source code

2010-07-22 Thread xiaguang Chen
I need the source code of facebook cilent on android platform, but i could not find. Could you please share me if you find? Thank you very much! I have to code abuot the facebook client with public APIs, but some errors has been shown in the authentication process. Thanks! 2010/7/22 oriharel > y

[android-developers] A error has been shown when I run the example in the facebook SDK for android

2010-07-22 Thread xiaguang Chen
Hi all, I have to do smoething about facebook on android platform, but a error has been shown when I run the example in the facebook SDK for android( http://github.com/facebook/facebook-android-sdk). "you do not have permission to open this page ". The details information has been list in t