Thanks very much..

Facebook post working for some devices ..

I am doing only code

         Bundle parameters = new Bundle();
                            parameters.putString("app_id", "3212313123");


                               parameters.putString("picture",url);
                              parameters.putString("name", " ");
                             parameters.putString("caption"," ");

                           parameters.putString("description","TV");

                         parameters.putString("message",str_post);


                              try {

            //response = IntroFaceBookScreen.mFacebook.request("me/feed",
parameters, "POST");
                            response = mFacebook.request("me/feed",
parameters, "POST");


That's working on another devices .

On Wed, Nov 30, 2011 at 1:42 PM, Ali Chousein <[email protected]>wrote:

> Have you really read the logcat well? I see that it's saying the
> following:
> Activity com.halosys.TvAnyTime.VideoPlayer has leaked
> window com.android.internal.policy.impl.PhoneWindow$DecorView@44a6e748
> that was originally added here
> The problem you are experiencing has nothing to do with posting on
> Facebook wall (BTW, the behavior while posting on the wall cannot be
> device specific. No matter which device you have, you are talking with
> Facebook Graph API). Your logcat reports leakage, apparently you are
> not using your objects correctly. Study your code, study related
> documentation, study related examples and you should be able to
> pinpoint where exactly the leakage is.
> ------------------------------------------------- Ali Chousein Weather-
> Buddy http://weatherbuddy.blogspot.com | http://twitter.com/weather_buddy
>  Geo-Filtered
> Assistant http://geo-filtered-assistant.blogspot.com https://
> marketplace.cisco.com/apphq/store/products/994
>
> --
> 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
>

-- 
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