UseAllFive / tc-documentation

3 stars 0 forks source link

Message is blank when sharing #346

Closed adolfo closed 13 years ago

adolfo commented 13 years ago

Completing an activity without providing a message successfully completes the activity and posts it to Facebook, but the text of the message that is posted to my wall is blank. Should the API generate some text here or are we expected to provide some generic text?

Also, we need to establish what to display in the table below the calendar. At the moment we have "Together on Wednesday, we had a meal together." Is that correct? (Together...together?)

m14t commented 13 years ago

@jjkaye - just an FYI the Facebook / Twitter (Secion II. 1.B) API agreements basically disallow the modification of messages sent (ie you're not supposed to add a hash tag). So if we want to influence the user, then we should really be providing some pre-populated text that the user can then edit.

jjkaye commented 13 years ago

How does twitpic get around this when they append the twitpic url on the message?

m14t commented 13 years ago

@jjkaye: My guess would be that it falls under the first point of the above stated section:

Don't edit or revise user-generated content delivered through the API except as necessary due to technical limitations or requirements of any networks, devices, services, or media.
jjkaye commented 13 years ago

@m14t can appending our url be a "technical limitation"?

jjkaye commented 13 years ago

The two messages:

m14t commented 13 years ago

If a type is set to "complete" and there is no message set (previously or in this same command), then we will insert the above messages. Committed revision 943.

Still need to append the link to the facebook messages.

m14t commented 13 years ago

When posting to facebook we now attach the url in the link parameter.

@adolfo32: do you want to test and close if its good?

adolfo commented 13 years ago

Works.

On May 5, 2011, at 10:17 AM, m14t reply@reply.github.com wrote:

When posting to facebook we now attach the url in the link parameter.

@adolfo32: do you want to test and close if its good?

Reply to this email directly or view it on GitHub: https://github.com/m14t/tc-documentation/issues/346#comment_1106929