tags:

views:

47

answers:

0

Friend's I implemented Facebook application in my application,here i need to post the feed with title and url,last two days before it worked well,but now when i click the facebook option from UI it opens the Login Screen with Empty,the field for inputing username and password disappers,it simply shows the empty white colured login Screen.

I tried the sample given below url www.mobisoftinfotech.com/blog/android/845/,it seems the same problem two days before when i tried it processed well.

Here the Login Screen i'm getting with blank alt text

here the logcat details i'm getting

10-30 15:22:27.997: DEBUG/FBSession(5871): FBUserId = 0 10-30 15:22:28.004: INFO/ActivityManager(1164): Starting activity: Intent { cmp=com.example.brown/com.codecarpet.fbconnect.FBLoginActivity } 10-30 15:22:29.464: INFO/global(5871): Default buffer size used in BufferedReader constructor. It would be better to be explicit if an 8k-char buffer is required. 10-30 15:22:31.134: INFO/global(5871): Default buffer size used in BufferedReader constructor. It would be better to be explicit if an 8k-char buffer is required. 10-30 15:22:31.204: INFO/ActivityManager(1164): Displayed activity com.example.brown/com.codecarpet.fbconnect.FBLoginActivity: 3182 ms (total 3182 ms)

Is there any updation happend in fbconnect.jar.. What the reason for it,how can i resolve it.

please help me.

Thanks in advance.