Skip to content

Commit aefbbf8

Browse files
committed
Updated README with the latest changes
1 parent 0156cfd commit aefbbf8

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,10 @@ A common OAuth flow using **RSOAuthEngine** should go like this:
2828

2929
Alternatively you could use `setAccessToken:secret` after initialization to define a previously stored access token. If you need or want to use xAuth instead of the request token/authorize workflow, please take a look at the Instapaper demo.
3030

31+
### XOAuth
32+
33+
This library also supports generating XOAuth strings (to use with Gmail SMTP and IMAP servers, for example). Just call `generateXOAuthStringForURL:method` with the desired URL and method (GET/POST).
34+
3135
## Twitter Demo
3236

3337
<table>
@@ -86,7 +90,7 @@ Alternatively you could use `setAccessToken:secret` after initialization to defi
8690

8791
## Compatibility
8892

89-
Currently this engine has been tested with Twitter and Instapaper. If you use **RSOAuthEngine** to implement OAuth authentication with another service, please let me know so I can update this session.
93+
Currently this engine has been tested with Twitter and Instapaper. If you use **RSOAuthEngine** to implement OAuth authentication with another service, please let me know so I can update this section.
9094

9195
## License
9296

0 commit comments

Comments
 (0)