i'm now on 4.2, and the problem is the same, when i choose facebook he just put the link, no the text.. but i change something on website, and he get my tags :)

I've a last question about this.. it is possible to personalize the dialog with axml layout?

Le 28/05/2012 11:42, Atsushi Eno a écrit :
What do you mean by "facebook application"? We haven't provided any code for facebook that work with MfA 4.0.x.

monodroid-samples contains Facebook binding library project that works only with MfA 4.2.

If it is entirely your code, I cannot judge what it actually does. There are too few lines of code to understand it. The issues are not only likely in C# but might also be in the manifest or you miss required attributes. There are many possibilities.

Atsushi Eno

michelw wrote:
Hello,

in final i want, if it's possible, to share when it's possible, a text + a pic, or if it's not possible, a texte + a link of pic (facebook -> text + pic, twitter text + link)

In my first test (monodroid 4.0.6), i just do this :

Intent share = new Intent(Intent.ActionSend);
share.SetType("text/plain");

share.PutExtra(Intent.ExtraText, "line1\line2\line3\nhttp://ww.domain.com/image.png";);


StartActivity(Intent.CreateChooser(share,"Share with ..."));


On my device, i've twitter and facebook application.

When i share to twitter, it's ok, he put "line1\line2\line3\nhttp://ww.domain.com/image.png";

But when i share with facebook, he open facebook application, with empty text, and just put http://ww.domain.com/image.png
impossible to put some text, just a link!

Do you know why text is empty in facebook application?

Second strange problem. After share via facebook, when i redeploy my application (debug), he launch facebook application and not my application ! I try to kill facebook application with task killer, but it's the same effect..... I must reboot my hard device! lol

idea?

_______________________________________________
Monodroid mailing list
Monodroid@lists.ximian.com

UNSUBSCRIBE INFORMATION:
http://lists.ximian.com/mailman/listinfo/monodroid




_______________________________________________
Monodroid mailing list
Monodroid@lists.ximian.com

UNSUBSCRIBE INFORMATION:
http://lists.ximian.com/mailman/listinfo/monodroid
_______________________________________________
Monodroid mailing list
Monodroid@lists.ximian.com

UNSUBSCRIBE INFORMATION:
http://lists.ximian.com/mailman/listinfo/monodroid

Reply via email to