You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+5-1
Original file line number
Diff line number
Diff line change
@@ -28,6 +28,10 @@ A common OAuth flow using **RSOAuthEngine** should go like this:
28
28
29
29
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.
30
30
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
+
31
35
## Twitter Demo
32
36
33
37
<table>
@@ -86,7 +90,7 @@ Alternatively you could use `setAccessToken:secret` after initialization to defi
86
90
87
91
## Compatibility
88
92
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.
0 commit comments