Changeset c01bbd1


Ignore:
Timestamp:
2010-05-22T15:00:36Z (14 years ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
f9110b4
Parents:
907afe1
Message:

Use HTTPS for the browser part of Twitter OAuth login.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • protocols/twitter/twitter.c

    r907afe1 rc01bbd1  
    7070        "http://api.twitter.com/oauth/request_token",
    7171        "http://api.twitter.com/oauth/access_token",
    72         "http://api.twitter.com/oauth/authorize",
     72        "https://api.twitter.com/oauth/authorize",
    7373        .consumer_key = "xsDNKJuNZYkZyMcu914uEA",
    7474        .consumer_secret = "FCxqcr0pXKzsF9ajmP57S3VQ8V6Drk4o2QYtqMcOszo",
Note: See TracChangeset for help on using the changeset viewer.