I’ve been looking at integrating Twitter functionality into my app and came across the following links:
https://dev.twitter.com/terms/display-guidelines
https://twitter.com/logo
Please be aware of this when integrating Twitter and don’t make the same mistake I have of waiting until 2 days before App store submission to find this out!
The first one is a pain, at least in the sense that it means a lot of functionality is required in order to display and send a simple tweet. My original idea was to just display some text such as "my game is great! Download it here… ", but it seems that you need to display:
- the tweet author and avatar
- all entities (hashtags and @ etc) must link in the appropriate way (e.g. @ links to the user’s profile)
- Reply, retweet and favourite actions must be included
- Timestamp must be included
I’m wondering if this is required with a static tweet i.e. the user has no way of changing the text.
In any case, it would be really good if Ansca could provide a full template. At the moment, I have no idea how to, e.g. download the avatar or provide the links within a display.newText.
Regards
[import]uid: 87194 topic_id: 30406 reply_id: 330406[/import]