Merge lp:~mardy/account-plugins/foursquare-1159795 into lp:account-plugins/13.04

Proposed by Alberto Mardegan
Status: Merged
Approved by: Ken VanDine
Approved revision: 98
Merged at revision: 96
Proposed branch: lp:~mardy/account-plugins/foursquare-1159795
Merge into: lp:account-plugins/13.04
Diff against target: 40 lines (+9/-2)
3 files modified
configure.ac (+1/-1)
data/providers/foursquare.provider.in.in (+1/-1)
debian/changelog (+7/-0)
To merge this branch: bzr merge lp:~mardy/account-plugins/foursquare-1159795
Reviewer Review Type Date Requested Status
Ken VanDine Approve
Review via email: mp+155453@code.launchpad.net

Commit message

Fix Foursquare RedirectUri parameter

Description of the change

Fix Foursquare RedirectUri parameter

To post a comment you must log in.
96. By Alberto Mardegan

Fix Foursquare RedirectUri parameter

97. By Alberto Mardegan

Fix indentation

98. By Alberto Mardegan

releasing version 0.10bzr13.03.26-0ubuntu1

Revision history for this message
Ken VanDine (ken-vandine) wrote :

Uploaded

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'configure.ac'
2--- configure.ac 2013-02-22 15:17:49 +0000
3+++ configure.ac 2013-03-26 13:36:30 +0000
4@@ -1,7 +1,7 @@
5 dnl Process this file with autoconf to produce a configure script.
6
7 AC_INIT([account-plugins],
8- [0.9],
9+ [0.10],
10 [https://bugs.launchpad.net/online-accounts-account-plugins/+filebug],
11 [account-plugins],
12 [https://launchpad.net/online-accounts-account-plugins])
13
14=== modified file 'data/providers/foursquare.provider.in.in'
15--- data/providers/foursquare.provider.in.in 2013-02-25 06:25:34 +0000
16+++ data/providers/foursquare.provider.in.in 2013-03-26 13:36:30 +0000
17@@ -14,7 +14,7 @@
18 <group name="user_agent">
19 <setting name="Host">foursquare.com</setting>
20 <setting name="AuthPath">/oauth2/authenticate</setting>
21- <setting name="RedirectUri">http://gwibber.com/0/auth.html</setting>
22+ <setting name="RedirectUri">https://wiki.ubuntu.com/</setting>
23 <setting name="Display">touch</setting>
24 <setting name="ResponseType">token</setting>
25 <setting name="ClientId">@FOURSQUARE_CLIENT_ID@</setting>
26
27=== modified file 'debian/changelog'
28--- debian/changelog 2013-03-19 17:12:22 +0000
29+++ debian/changelog 2013-03-26 13:36:30 +0000
30@@ -1,3 +1,10 @@
31+account-plugins (0.10bzr13.03.26-0ubuntu1) raring; urgency=low
32+
33+ * New upstream snapshot
34+ - Fix Foursquare authentication (LP: #1159795)
35+
36+ -- Alberto Mardegan <alberto.mardegan@canonical.com> Tue, 26 Mar 2013 15:32:44 +0200
37+
38 account-plugins (0.10bzr13.03.19-0ubuntu1) raring; urgency=low
39
40 * Add transitional dummy package for unity-asset-pool

Subscribers

People subscribed via source and target branches