Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/safaiyeh/omni
Universal Social Media Feed
https://github.com/safaiyeh/omni
Last synced: about 1 month ago
JSON representation
Universal Social Media Feed
- Host: GitHub
- URL: https://github.com/safaiyeh/omni
- Owner: safaiyeh
- Created: 2015-05-15T21:03:52.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-06-15T08:38:07.000Z (over 9 years ago)
- Last Synced: 2024-05-01T14:47:44.805Z (7 months ago)
- Language: Java
- Homepage: http://jsafaiyeh.github.io/2015/06/29/Omni/
- Size: 4.4 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Omni
All in one social media application for Android.Login Activity | Feed Activity
:-------------------------:|:-------------------------:
![](https://github.com/JSafaiyeh/Omni/blob/master/screen_shots/home_screen.png) | ![](https://github.com/JSafaiyeh/Omni/blob/master/screen_shots/feed_screen.png)Implemented:
Twitter provides a Twitter API Client with Fabric.Read the [Twitter Documentation](https://dev.twitter.com/twitter-kit/android/api) for more information.
RestFB created a client for Facebook.
Note: Facebook does not allow Android apps to use the "read_stream" permission anymore. Therefore, there is no longer a way to retrieve News Feed posts and displaying them. The implementation provided cannot be used in an app that is live in the market, unless approved by Facebook.Read the [RestFB Wiki](http://restfb.com/) for more information.