- Timestamp:
- 2011-12-11T16:38:02Z (13 years ago)
- Branches:
- master
- Children:
- d717020
- Parents:
- 877686b
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
protocols/twitter/twitter.c
r877686b r3f808ca 93 93 94 94 static const struct oauth_service twitter_oauth = { 95 "http ://api.twitter.com/oauth/request_token",96 "http ://api.twitter.com/oauth/access_token",95 "https://api.twitter.com/oauth/request_token", 96 "https://api.twitter.com/oauth/access_token", 97 97 "https://api.twitter.com/oauth/authorize", 98 98 .consumer_key = "xsDNKJuNZYkZyMcu914uEA", … … 101 101 102 102 static const struct oauth_service identica_oauth = { 103 "http ://identi.ca/api/oauth/request_token",104 "http ://identi.ca/api/oauth/access_token",103 "https://identi.ca/api/oauth/request_token", 104 "https://identi.ca/api/oauth/access_token", 105 105 "https://identi.ca/api/oauth/authorize", 106 106 .consumer_key = "e147ff789fcbd8a5a07963afbb43f9da",
Note: See TracChangeset
for help on using the changeset viewer.