https://github.com/andyw8/rubymotion-social-example
An example of using the iOS 6 Social.framework with RubyMotion
https://github.com/andyw8/rubymotion-social-example
Last synced: about 1 month ago
JSON representation
An example of using the iOS 6 Social.framework with RubyMotion
- Host: GitHub
- URL: https://github.com/andyw8/rubymotion-social-example
- Owner: andyw8
- Created: 2013-01-06T14:50:09.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2013-01-07T14:18:58.000Z (over 12 years ago)
- Last Synced: 2025-03-29T05:51:17.565Z (about 2 months ago)
- Language: Ruby
- Size: 161 KB
- Stars: 23
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# RubyMotion Social Example
This is an example of using the iOS 6 Social.framework with RubyMotion to compose a new Twitter, Facebook or Sina Weibo post.
There's also a demonstration of how to programatically post a message via Twitter using the Accounts and Twitter framework. It uses the current Twitter API (v1.1).
The code partly adapted from Apple's [Tweeting sample code](http://developer.apple.com/library/ios/#samplecode/Tweeting/Introduction/Intro.html).
I was surprised to discover that iOS6 doesn't prompt for authorisation before programatically sending a message (at least in the simulator).
## To Do
* Credential Renewal
* Get Facebook auto-post working (currently fails with ACErrorAccessInfoInvalid)
* Test with Sina Weibo