working on it. :-)
On Aug 9, 4:50 pm, Lucca Mordente <
luccamorde...@gmail.com> wrote:
> Thanks!
> I'm waiting (:
>
> Lucca Mordente
>
>
>
> On Mon, Aug 9, 2010 at 2:50 PM, Robson Dantas <
biu.dan...@gmail.com> wrote:
> > Lucca,
>
> > Looks like great, according to PostActivityTx.java:
>
> > public class PostActivityTx extends Transaction {
> > private final JSONObject activity = new JSONObject();
>
> > PostActivityTx(String title, String body) {
> > super(RequestIds.ACTIVITIES_CREATE, MethodNames.CREATE_ACTIVITIES);
> > // TODO(birmiwal) change this to USERID_ME when support for this
> > // is pushed in backend
> > request.setUserId("@viewer")
> > .setGroupId(Group.SELF)
> > .addParameter(Params.ACTIVITY, activity)
> > .addParameter(Fields.APP_ID,
InternalConstants.Values.APP);
> > Util.putJsonValue(activity, Fields.TITLE, title);
> > Util.putJsonValue(activity, Fields.BODY, body);
> > }
> > }
>
> > Will test it on my lib and back soon.
>
> > Regards,
>
> > Robson
>