Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix broken headings in Markdown files #99

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,17 +11,17 @@ With this library, you can:
* Import friend contacts of logged in user (Email, Profile URL and Name)
* Do much more using our flexible API like extend it for more network

###Whats new in Version 3.2 ?
### Whats new in Version 3.2 ?
* Bugs Solved : Facebook issue solved. Now we are using native web view login. please check the wiki to create Facebook app using native flow.
* Bugs Solved : Foursquare issue fixed
* Bugs Solved : Signout bug fixed
* Bugs Solved : Custom -UI example upload image bug fixed
* Documentation Guides for Facebook, Google Plus, Flickr , Share-Menu and more

###Whats new in Version 3.1 ?
### Whats new in Version 3.1 ?
* Bugs Solved : Twitter Recent API changes fixed

###Whats new in Version 3.0 ?
### Whats new in Version 3.0 ?
* New Providers Support : Instagram , Flickr
* New Example : Share- Menu - Now use provides in Android ShareAction Provider. Check wiki and example for use.
* Contacts : Support added for Google Plus, Flickr , Instagram
Expand All @@ -32,7 +32,7 @@ With this library, you can:
* Bugs Solved : Get Profile Images for FourSquare
* Bugs Solved : UI issues for Yahoo , Yammer Solved

###Whats new in Version 2.6 ?
### Whats new in Version 2.6 ?
* Linkedin Career Plugin Added to show information for job , education , recommendations.
* Linkedin feed plugin added.
* Now get profile images for your contacts on Facebook , Twitter and !Linkedin.
Expand All @@ -42,7 +42,7 @@ With this library, you can:

Check [Getting Started](https://github.com/3pillarlabs/socialauth-android/wiki/Getting-Started) to start.

###How does it Work?
### How does it Work?

Once SocialAuth Android is integrated into your application, following is the authentication process:

Expand Down