


Not only that, but the show does a good job of blending more serious moments into its narrative among the more lighthearted aspects without either getting in the way of the other. There are a lot of fun interactions between the team members. I like how the cast is coming together in Shine On Bakumatsu Bad Boys Episode 2. While much of this effort is focused on Sakuya, the show does a great job of giving the entire team moments large or small to highlight character traits and small foibles. With its cast assembled and the broad strokes of its plot in place, this episode focuses the bulk of its efforts on fleshing out the members of the Shinsengumi. But while on their way, their employer thinks he recognizes Sakuya from somewhere, prompting a glimpse into the killer’s past in Shine On Bakumatsu Bad Boys Episode 2. Their first mission is to escort a notable intellectual on his journey to a nearby naval academy. With the new Shinsengumi formed, it’s time for the group to get to work. Publish as the app that opens the facebook.katana (i.e.Shine On! Bakumatsu Bad Boys is produced by Geno Studio.Attach the picture, title, message params to the facebook.katana.

#Katana facebook com how to#
Params.putString("message","Wathever message") Īnd try to send the params, also tried sending only the image, but not luck, maybe i'm not using the right class (see the uncopiled facebook.katana URL) or i´m attaching in a bad way the info, it should work somehow, cause it works for ACTION_SEND, so, anybody knows how to solve any of this problems: Params.putByteArray("picture", bitmapdata) The problem is that i don't see how to attach the image to the katana, neither, how to add it to a folder, or how to add it through an application, of course this is much easier via facebook API for android, but like i said that's already done, i want to make it with the facebook App, i have tried, attaching the Bundle to the app as a parcelable, with the usual way it is done in the API, but not luck, this is the snippet: Bundle params = new Bundle() tClassName("", "") Īlso you can use the ShareLinkActivity to add an extra to your intent like this: So i tried something like: Intent intent = new Intent("")

This method would be great for an email, but as it says it creates a chooser, but i don't want to let that option open. StartActivity(Intent.createChooser(emailIntent, "Send email using")) I also know that an image can be attached to that app, since can start the facebook app using this: final Intent emailIntent = new Intent(_SEND) ĮtFlags(Intent.FLAG_ACTIVITY_NEW_TASK) ĮmailIntent.putExtra(Intent.EXTRA_STREAM,imageUri) ĮmailIntent.putExtra(_SUBJECT, "Whatever") I have this working with a Web View, but i'm interested on how to do it using the app if possible, what i got so far is the uncompiled facebook.katana in this URL where i'm testing the activities:
#Katana facebook com android#
I´m trying to achieve a solution where the app ask if facebook.katana aka facebook app is installed in your android phone, if it is installed, check if the user is logged, and if it's logged send a picture with a text (better if it is to a folder), if the user is not logged go to the and log him, after that make the procedure.
