[Desktop-packages] [Bug 1401402] Re: Ubuntu build of Firefox lacks Google OAuth ID, prevents contact import in Hello

2015-10-14 Thread Bug Watch Updater
** Changed in: firefox
   Status: Confirmed => Won't Fix

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to firefox in Ubuntu.
https://bugs.launchpad.net/bugs/1401402

Title:
  Ubuntu build of Firefox lacks Google OAuth ID, prevents contact import
  in Hello

Status in Mozilla Firefox:
  Won't Fix
Status in firefox package in Ubuntu:
  Fix Released

Bug description:
  Starting from verstion 34.0, Firefox, including Ubuntu build thereof, 
supports WebRTC based voice/video communication feature named "Hello":
  
https://support.mozilla.org/en-US/kb/firefox-hello-make-receive-calls-without-account

  This feature works in Ubuntu build, except importing contacts from Google 
account:
  https://bugzilla.mozilla.org/show_bug.cgi?id=1106854
  Attempt to import contacts results in this Google error page:
  
  401. That’s an error.

  Error: invalid_client

  The OAuth client was not found.
  Request Details

  scope=https://www.google.com/m8/feeds
  response_type=code
  redirect_uri=urn:ietf:wg:oauth:2.0:oob:auto
  client_id=no-google-oauth-api-clientid
  

  Apparently, for the import feature to work, the build needs to include Google 
OAuth Client ID. The process is discussed here:
  https://wiki.mozilla.org/Loop/OAuth_Setup

  Apparently, Ubuntu's build of Firefox does not include this Client ID.
  Please consider adding it. Hopefully then "Hello" will be fully functional, 
including contacts import.

To manage notifications about this bug go to:
https://bugs.launchpad.net/firefox/+bug/1401402/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1401402] Re: Ubuntu build of Firefox lacks Google OAuth ID, prevents contact import in Hello

2015-02-25 Thread Launchpad Bug Tracker
This bug was fixed in the package firefox - 36.0+build2-0ubuntu0.12.04.5

---
firefox (36.0+build2-0ubuntu0.12.04.5) precise-security; urgency=medium

  * New upstream stable release (FIREFOX_36_0_BUILD2)
- see USN-2505-1

  * Refresh patches
- update debian/patches/unity-menubar.patch
- update debian/patches/ubuntu-ua-string-changes.patch
- update debian/patches/dont-include-hyphenation-patterns.patch
- update debian/patches/dont-override-general-useragent-locale.patch
  * Don't clone the nightly profile from the default profile at startup
- update debian/firefox.sh.in
  * Don't use --with-app-basename to create the co-installable nightly build
as it's not useful anymore, and changing the application name to
"Firefox-Trunk" has always been problematic for code / addons that check
the appname. Continue to use --with-app-name as before (which just changes
the install name and the remoting name), and add a patch to introduce
--with-app-profile, which allows us to change the profile location
- update debian/build/rules.mk
- update debian/build/config.mk
- update debian/config/mozconfig.in
- update debian/rules
- add debian/patches/support-coinstallable-trunk-build.patch
- add debian/patches/set-prgname-to-remoting-name.patch
- update debian/patches/series
  * Install the gmp-clearkey directory
  * Add Google OAuth ID so contact import for Hello works (LP: #1401402)
  * Add Uzbek language pack
  * Add patch from Bugzilla to implement non-Skia fallback for unaccelerated
rendering of 3D transforms to fix a build failure on platforms where Skia
is not supported
- add debian/patches/add-non-skia-fallback.patch
- update debian/patches/series
  * Backport patch to fix a build failure in IonMonkey on platforms without
a codegen
- add debian/patches/fix-ion-ftbfs.patch
- update debian/patches/series
  * Backport patch to fix a build failure in some unified builds
- add debian/patches/fix-unified-ftbfs.patch
- update debian/patches/series
  * Backport 2 changesets from libvpx git repo to fix an Arm-specific ICE
on older GCC versions
- add debian/patches/fix-vp8-ice-on-older-toolchains.patch
- update debian/patches/series
 -- Chris CoulsonMon, 23 Feb 2015 14:04:31 
+

** Changed in: firefox (Ubuntu)
   Status: Fix Committed => Fix Released

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to firefox in Ubuntu.
https://bugs.launchpad.net/bugs/1401402

Title:
  Ubuntu build of Firefox lacks Google OAuth ID, prevents contact import
  in Hello

Status in The Mozilla Firefox Browser:
  Confirmed
Status in firefox package in Ubuntu:
  Fix Released

Bug description:
  Starting from verstion 34.0, Firefox, including Ubuntu build thereof, 
supports WebRTC based voice/video communication feature named "Hello":
  
https://support.mozilla.org/en-US/kb/firefox-hello-make-receive-calls-without-account

  This feature works in Ubuntu build, except importing contacts from Google 
account:
  https://bugzilla.mozilla.org/show_bug.cgi?id=1106854
  Attempt to import contacts results in this Google error page:
  
  401. That’s an error.

  Error: invalid_client

  The OAuth client was not found.
  Request Details

  scope=https://www.google.com/m8/feeds
  response_type=code
  redirect_uri=urn:ietf:wg:oauth:2.0:oob:auto
  client_id=no-google-oauth-api-clientid
  

  Apparently, for the import feature to work, the build needs to include Google 
OAuth Client ID. The process is discussed here:
  https://wiki.mozilla.org/Loop/OAuth_Setup

  Apparently, Ubuntu's build of Firefox does not include this Client ID.
  Please consider adding it. Hopefully then "Hello" will be fully functional, 
including contacts import.

To manage notifications about this bug go to:
https://bugs.launchpad.net/firefox/+bug/1401402/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1401402] Re: Ubuntu build of Firefox lacks Google OAuth ID, prevents contact import in Hello

2015-02-25 Thread Launchpad Bug Tracker
This bug was fixed in the package firefox - 36.0+build2-0ubuntu0.14.04.4

---
firefox (36.0+build2-0ubuntu0.14.04.4) trusty-security; urgency=medium

  * New upstream stable release (FIREFOX_36_0_BUILD2)
- see USN-2505-1

  * Refresh patches
- update debian/patches/unity-menubar.patch
- update debian/patches/ubuntu-ua-string-changes.patch
- update debian/patches/dont-include-hyphenation-patterns.patch
- update debian/patches/dont-override-general-useragent-locale.patch
  * Don't clone the nightly profile from the default profile at startup
- update debian/firefox.sh.in
  * Don't use --with-app-basename to create the co-installable nightly build
as it's not useful anymore, and changing the application name to
"Firefox-Trunk" has always been problematic for code / addons that check
the appname. Continue to use --with-app-name as before (which just changes
the install name and the remoting name), and add a patch to introduce
--with-app-profile, which allows us to change the profile location
- update debian/build/rules.mk
- update debian/build/config.mk
- update debian/config/mozconfig.in
- update debian/rules
- add debian/patches/support-coinstallable-trunk-build.patch
- add debian/patches/set-prgname-to-remoting-name.patch
- update debian/patches/series
  * Install the gmp-clearkey directory
  * Add Google OAuth ID so contact import for Hello works (LP: #1401402)
  * Add Uzbek language pack
  * Add patch from Bugzilla to implement non-Skia fallback for unaccelerated
rendering of 3D transforms to fix a build failure on platforms where Skia
is not supported
- add debian/patches/add-non-skia-fallback.patch
- update debian/patches/series
  * Backport patch to fix a build failure in IonMonkey on platforms without
a codegen
- add debian/patches/fix-ion-ftbfs.patch
- update debian/patches/series
  * Backport patch to fix a build failure in some unified builds
- add debian/patches/fix-unified-ftbfs.patch
- update debian/patches/series
 -- Chris CoulsonMon, 23 Feb 2015 14:03:16 
+

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to firefox in Ubuntu.
https://bugs.launchpad.net/bugs/1401402

Title:
  Ubuntu build of Firefox lacks Google OAuth ID, prevents contact import
  in Hello

Status in The Mozilla Firefox Browser:
  Confirmed
Status in firefox package in Ubuntu:
  Fix Released

Bug description:
  Starting from verstion 34.0, Firefox, including Ubuntu build thereof, 
supports WebRTC based voice/video communication feature named "Hello":
  
https://support.mozilla.org/en-US/kb/firefox-hello-make-receive-calls-without-account

  This feature works in Ubuntu build, except importing contacts from Google 
account:
  https://bugzilla.mozilla.org/show_bug.cgi?id=1106854
  Attempt to import contacts results in this Google error page:
  
  401. That’s an error.

  Error: invalid_client

  The OAuth client was not found.
  Request Details

  scope=https://www.google.com/m8/feeds
  response_type=code
  redirect_uri=urn:ietf:wg:oauth:2.0:oob:auto
  client_id=no-google-oauth-api-clientid
  

  Apparently, for the import feature to work, the build needs to include Google 
OAuth Client ID. The process is discussed here:
  https://wiki.mozilla.org/Loop/OAuth_Setup

  Apparently, Ubuntu's build of Firefox does not include this Client ID.
  Please consider adding it. Hopefully then "Hello" will be fully functional, 
including contacts import.

To manage notifications about this bug go to:
https://bugs.launchpad.net/firefox/+bug/1401402/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1401402] Re: Ubuntu build of Firefox lacks Google OAuth ID, prevents contact import in Hello

2015-02-25 Thread Launchpad Bug Tracker
This bug was fixed in the package firefox - 36.0+build2-0ubuntu0.14.10.4

---
firefox (36.0+build2-0ubuntu0.14.10.4) utopic-security; urgency=medium

  * New upstream stable release (FIREFOX_36_0_BUILD2)
- see USN-2505-1

  * Refresh patches
- update debian/patches/unity-menubar.patch
- update debian/patches/ubuntu-ua-string-changes.patch
- update debian/patches/dont-include-hyphenation-patterns.patch
- update debian/patches/dont-override-general-useragent-locale.patch
  * Don't clone the nightly profile from the default profile at startup
- update debian/firefox.sh.in
  * Don't use --with-app-basename to create the co-installable nightly build
as it's not useful anymore, and changing the application name to
"Firefox-Trunk" has always been problematic for code / addons that check
the appname. Continue to use --with-app-name as before (which just changes
the install name and the remoting name), and add a patch to introduce
--with-app-profile, which allows us to change the profile location
- update debian/build/rules.mk
- update debian/build/config.mk
- update debian/config/mozconfig.in
- update debian/rules
- add debian/patches/support-coinstallable-trunk-build.patch
- add debian/patches/set-prgname-to-remoting-name.patch
- update debian/patches/series
  * Install the gmp-clearkey directory
  * Add Google OAuth ID so contact import for Hello works (LP: #1401402)
  * Add Uzbek language pack
  * Add patch from Bugzilla to implement non-Skia fallback for unaccelerated
rendering of 3D transforms to fix a build failure on platforms where Skia
is not supported
- add debian/patches/add-non-skia-fallback.patch
- update debian/patches/series
  * Backport patch to fix a build failure in IonMonkey on platforms without
a codegen
- add debian/patches/fix-ion-ftbfs.patch
- update debian/patches/series
  * Backport patch to fix a build failure in some unified builds
- add debian/patches/fix-unified-ftbfs.patch
- update debian/patches/series
 -- Chris CoulsonMon, 23 Feb 2015 13:59:59 
+

** Changed in: firefox (Ubuntu)
   Status: Fix Committed => Fix Released

** Changed in: firefox (Ubuntu)
   Status: Fix Committed => Fix Released

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to firefox in Ubuntu.
https://bugs.launchpad.net/bugs/1401402

Title:
  Ubuntu build of Firefox lacks Google OAuth ID, prevents contact import
  in Hello

Status in The Mozilla Firefox Browser:
  Confirmed
Status in firefox package in Ubuntu:
  Fix Released

Bug description:
  Starting from verstion 34.0, Firefox, including Ubuntu build thereof, 
supports WebRTC based voice/video communication feature named "Hello":
  
https://support.mozilla.org/en-US/kb/firefox-hello-make-receive-calls-without-account

  This feature works in Ubuntu build, except importing contacts from Google 
account:
  https://bugzilla.mozilla.org/show_bug.cgi?id=1106854
  Attempt to import contacts results in this Google error page:
  
  401. That’s an error.

  Error: invalid_client

  The OAuth client was not found.
  Request Details

  scope=https://www.google.com/m8/feeds
  response_type=code
  redirect_uri=urn:ietf:wg:oauth:2.0:oob:auto
  client_id=no-google-oauth-api-clientid
  

  Apparently, for the import feature to work, the build needs to include Google 
OAuth Client ID. The process is discussed here:
  https://wiki.mozilla.org/Loop/OAuth_Setup

  Apparently, Ubuntu's build of Firefox does not include this Client ID.
  Please consider adding it. Hopefully then "Hello" will be fully functional, 
including contacts import.

To manage notifications about this bug go to:
https://bugs.launchpad.net/firefox/+bug/1401402/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1401402]

2015-02-25 Thread Saravanakumar K
Same for me, 
Ubuntu 14.10, (2015-feb-25)

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to firefox in Ubuntu.
https://bugs.launchpad.net/bugs/1401402

Title:
  Ubuntu build of Firefox lacks Google OAuth ID, prevents contact import
  in Hello

Status in The Mozilla Firefox Browser:
  Confirmed
Status in firefox package in Ubuntu:
  Fix Committed

Bug description:
  Starting from verstion 34.0, Firefox, including Ubuntu build thereof, 
supports WebRTC based voice/video communication feature named "Hello":
  
https://support.mozilla.org/en-US/kb/firefox-hello-make-receive-calls-without-account

  This feature works in Ubuntu build, except importing contacts from Google 
account:
  https://bugzilla.mozilla.org/show_bug.cgi?id=1106854
  Attempt to import contacts results in this Google error page:
  
  401. That’s an error.

  Error: invalid_client

  The OAuth client was not found.
  Request Details

  scope=https://www.google.com/m8/feeds
  response_type=code
  redirect_uri=urn:ietf:wg:oauth:2.0:oob:auto
  client_id=no-google-oauth-api-clientid
  

  Apparently, for the import feature to work, the build needs to include Google 
OAuth Client ID. The process is discussed here:
  https://wiki.mozilla.org/Loop/OAuth_Setup

  Apparently, Ubuntu's build of Firefox does not include this Client ID.
  Please consider adding it. Hopefully then "Hello" will be fully functional, 
including contacts import.

To manage notifications about this bug go to:
https://bugs.launchpad.net/firefox/+bug/1401402/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1401402]

2015-02-25 Thread Sledru
Tracking as it is a user facing error for our GNU/Linux users (but this
can indeed wait for 38).

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to firefox in Ubuntu.
https://bugs.launchpad.net/bugs/1401402

Title:
  Ubuntu build of Firefox lacks Google OAuth ID, prevents contact import
  in Hello

Status in The Mozilla Firefox Browser:
  Confirmed
Status in firefox package in Ubuntu:
  Fix Committed

Bug description:
  Starting from verstion 34.0, Firefox, including Ubuntu build thereof, 
supports WebRTC based voice/video communication feature named "Hello":
  
https://support.mozilla.org/en-US/kb/firefox-hello-make-receive-calls-without-account

  This feature works in Ubuntu build, except importing contacts from Google 
account:
  https://bugzilla.mozilla.org/show_bug.cgi?id=1106854
  Attempt to import contacts results in this Google error page:
  
  401. That’s an error.

  Error: invalid_client

  The OAuth client was not found.
  Request Details

  scope=https://www.google.com/m8/feeds
  response_type=code
  redirect_uri=urn:ietf:wg:oauth:2.0:oob:auto
  client_id=no-google-oauth-api-clientid
  

  Apparently, for the import feature to work, the build needs to include Google 
OAuth Client ID. The process is discussed here:
  https://wiki.mozilla.org/Loop/OAuth_Setup

  Apparently, Ubuntu's build of Firefox does not include this Client ID.
  Please consider adding it. Hopefully then "Hello" will be fully functional, 
including contacts import.

To manage notifications about this bug go to:
https://bugs.launchpad.net/firefox/+bug/1401402/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1401402] Re: Ubuntu build of Firefox lacks Google OAuth ID, prevents contact import in Hello

2015-02-23 Thread Launchpad Bug Tracker
** Branch linked: lp:~mozillateam/firefox/firefox.vivid

** Branch linked: lp:~mozillateam/firefox/firefox.utopic

** Branch linked: lp:firefox/stable

** Branch linked: lp:~mozillateam/firefox/firefox.precise

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to firefox in Ubuntu.
https://bugs.launchpad.net/bugs/1401402

Title:
  Ubuntu build of Firefox lacks Google OAuth ID, prevents contact import
  in Hello

Status in The Mozilla Firefox Browser:
  Confirmed
Status in firefox package in Ubuntu:
  Fix Committed

Bug description:
  Starting from verstion 34.0, Firefox, including Ubuntu build thereof, 
supports WebRTC based voice/video communication feature named "Hello":
  
https://support.mozilla.org/en-US/kb/firefox-hello-make-receive-calls-without-account

  This feature works in Ubuntu build, except importing contacts from Google 
account:
  https://bugzilla.mozilla.org/show_bug.cgi?id=1106854
  Attempt to import contacts results in this Google error page:
  
  401. That’s an error.

  Error: invalid_client

  The OAuth client was not found.
  Request Details

  scope=https://www.google.com/m8/feeds
  response_type=code
  redirect_uri=urn:ietf:wg:oauth:2.0:oob:auto
  client_id=no-google-oauth-api-clientid
  

  Apparently, for the import feature to work, the build needs to include Google 
OAuth Client ID. The process is discussed here:
  https://wiki.mozilla.org/Loop/OAuth_Setup

  Apparently, Ubuntu's build of Firefox does not include this Client ID.
  Please consider adding it. Hopefully then "Hello" will be fully functional, 
including contacts import.

To manage notifications about this bug go to:
https://bugs.launchpad.net/firefox/+bug/1401402/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1401402]

2015-01-17 Thread Felipe Lerena
Same here on the ppa ubuntu build
36.0a2 (2014-12-15)

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to firefox in Ubuntu.
https://bugs.launchpad.net/bugs/1401402

Title:
  Ubuntu build of Firefox lacks Google OAuth ID, prevents contact import
  in Hello

Status in The Mozilla Firefox Browser:
  Confirmed
Status in firefox package in Ubuntu:
  Fix Committed

Bug description:
  Starting from verstion 34.0, Firefox, including Ubuntu build thereof, 
supports WebRTC based voice/video communication feature named "Hello":
  
https://support.mozilla.org/en-US/kb/firefox-hello-make-receive-calls-without-account

  This feature works in Ubuntu build, except importing contacts from Google 
account:
  https://bugzilla.mozilla.org/show_bug.cgi?id=1106854
  Attempt to import contacts results in this Google error page:
  
  401. That’s an error.

  Error: invalid_client

  The OAuth client was not found.
  Request Details

  scope=https://www.google.com/m8/feeds
  response_type=code
  redirect_uri=urn:ietf:wg:oauth:2.0:oob:auto
  client_id=no-google-oauth-api-clientid
  

  Apparently, for the import feature to work, the build needs to include Google 
OAuth Client ID. The process is discussed here:
  https://wiki.mozilla.org/Loop/OAuth_Setup

  Apparently, Ubuntu's build of Firefox does not include this Client ID.
  Please consider adding it. Hopefully then "Hello" will be fully functional, 
including contacts import.

To manage notifications about this bug go to:
https://bugs.launchpad.net/firefox/+bug/1401402/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1401402]

2015-01-16 Thread Rhubscher
Thanks Chris.

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to firefox in Ubuntu.
https://bugs.launchpad.net/bugs/1401402

Title:
  Ubuntu build of Firefox lacks Google OAuth ID, prevents contact import
  in Hello

Status in The Mozilla Firefox Browser:
  Confirmed
Status in firefox package in Ubuntu:
  Fix Committed

Bug description:
  Starting from verstion 34.0, Firefox, including Ubuntu build thereof, 
supports WebRTC based voice/video communication feature named "Hello":
  
https://support.mozilla.org/en-US/kb/firefox-hello-make-receive-calls-without-account

  This feature works in Ubuntu build, except importing contacts from Google 
account:
  https://bugzilla.mozilla.org/show_bug.cgi?id=1106854
  Attempt to import contacts results in this Google error page:
  
  401. That’s an error.

  Error: invalid_client

  The OAuth client was not found.
  Request Details

  scope=https://www.google.com/m8/feeds
  response_type=code
  redirect_uri=urn:ietf:wg:oauth:2.0:oob:auto
  client_id=no-google-oauth-api-clientid
  

  Apparently, for the import feature to work, the build needs to include Google 
OAuth Client ID. The process is discussed here:
  https://wiki.mozilla.org/Loop/OAuth_Setup

  Apparently, Ubuntu's build of Firefox does not include this Client ID.
  Please consider adding it. Hopefully then "Hello" will be fully functional, 
including contacts import.

To manage notifications about this bug go to:
https://bugs.launchpad.net/firefox/+bug/1401402/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1401402]

2015-01-16 Thread Mh+mozilla
(In reply to Chris Coulson from comment #17)
> The next Firefox update on Ubuntu will have this fixed

How are you fixing this?

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to firefox in Ubuntu.
https://bugs.launchpad.net/bugs/1401402

Title:
  Ubuntu build of Firefox lacks Google OAuth ID, prevents contact import
  in Hello

Status in The Mozilla Firefox Browser:
  Confirmed
Status in firefox package in Ubuntu:
  Fix Committed

Bug description:
  Starting from verstion 34.0, Firefox, including Ubuntu build thereof, 
supports WebRTC based voice/video communication feature named "Hello":
  
https://support.mozilla.org/en-US/kb/firefox-hello-make-receive-calls-without-account

  This feature works in Ubuntu build, except importing contacts from Google 
account:
  https://bugzilla.mozilla.org/show_bug.cgi?id=1106854
  Attempt to import contacts results in this Google error page:
  
  401. That’s an error.

  Error: invalid_client

  The OAuth client was not found.
  Request Details

  scope=https://www.google.com/m8/feeds
  response_type=code
  redirect_uri=urn:ietf:wg:oauth:2.0:oob:auto
  client_id=no-google-oauth-api-clientid
  

  Apparently, for the import feature to work, the build needs to include Google 
OAuth Client ID. The process is discussed here:
  https://wiki.mozilla.org/Loop/OAuth_Setup

  Apparently, Ubuntu's build of Firefox does not include this Client ID.
  Please consider adding it. Hopefully then "Hello" will be fully functional, 
including contacts import.

To manage notifications about this bug go to:
https://bugs.launchpad.net/firefox/+bug/1401402/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1401402]

2015-01-16 Thread Mh+mozilla
If every distro uses a different key, then Google can distinguish which
distro users are using. Wouldn't that qualify as a privacy breach? IIRC,
we explicitely don't send the google cookie for safebrowsing. If we
don't do that for geoloc, that would seem like a bug. OTOH, they can
probably correlate with the google cookie the user is already using in
the same browser... So while using a different key means more
information available to google, is it actually making things worse than
they already are?

That being said, doesn't shipping those keys in the source packages in
distros breach their TOS?

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to firefox in Ubuntu.
https://bugs.launchpad.net/bugs/1401402

Title:
  Ubuntu build of Firefox lacks Google OAuth ID, prevents contact import
  in Hello

Status in The Mozilla Firefox Browser:
  Confirmed
Status in firefox package in Ubuntu:
  Fix Committed

Bug description:
  Starting from verstion 34.0, Firefox, including Ubuntu build thereof, 
supports WebRTC based voice/video communication feature named "Hello":
  
https://support.mozilla.org/en-US/kb/firefox-hello-make-receive-calls-without-account

  This feature works in Ubuntu build, except importing contacts from Google 
account:
  https://bugzilla.mozilla.org/show_bug.cgi?id=1106854
  Attempt to import contacts results in this Google error page:
  
  401. That’s an error.

  Error: invalid_client

  The OAuth client was not found.
  Request Details

  scope=https://www.google.com/m8/feeds
  response_type=code
  redirect_uri=urn:ietf:wg:oauth:2.0:oob:auto
  client_id=no-google-oauth-api-clientid
  

  Apparently, for the import feature to work, the build needs to include Google 
OAuth Client ID. The process is discussed here:
  https://wiki.mozilla.org/Loop/OAuth_Setup

  Apparently, Ubuntu's build of Firefox does not include this Client ID.
  Please consider adding it. Hopefully then "Hello" will be fully functional, 
including contacts import.

To manage notifications about this bug go to:
https://bugs.launchpad.net/firefox/+bug/1401402/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1401402]

2015-01-16 Thread Chris Coulson
We have our own OAuth ID + key (and Google API key for geolocation /
safe-browsing) used for both Firefox and Chromium. They're not hidden,
and it doesn't look like we're the only distribution doing that (I found
public keys in Gentoo as well)

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to firefox in Ubuntu.
https://bugs.launchpad.net/bugs/1401402

Title:
  Ubuntu build of Firefox lacks Google OAuth ID, prevents contact import
  in Hello

Status in The Mozilla Firefox Browser:
  Confirmed
Status in firefox package in Ubuntu:
  Fix Committed

Bug description:
  Starting from verstion 34.0, Firefox, including Ubuntu build thereof, 
supports WebRTC based voice/video communication feature named "Hello":
  
https://support.mozilla.org/en-US/kb/firefox-hello-make-receive-calls-without-account

  This feature works in Ubuntu build, except importing contacts from Google 
account:
  https://bugzilla.mozilla.org/show_bug.cgi?id=1106854
  Attempt to import contacts results in this Google error page:
  
  401. That’s an error.

  Error: invalid_client

  The OAuth client was not found.
  Request Details

  scope=https://www.google.com/m8/feeds
  response_type=code
  redirect_uri=urn:ietf:wg:oauth:2.0:oob:auto
  client_id=no-google-oauth-api-clientid
  

  Apparently, for the import feature to work, the build needs to include Google 
OAuth Client ID. The process is discussed here:
  https://wiki.mozilla.org/Loop/OAuth_Setup

  Apparently, Ubuntu's build of Firefox does not include this Client ID.
  Please consider adding it. Hopefully then "Hello" will be fully functional, 
including contacts import.

To manage notifications about this bug go to:
https://bugs.launchpad.net/firefox/+bug/1401402/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1401402]

2015-01-16 Thread Chris Coulson
The next Firefox update on Ubuntu will have this fixed

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to firefox in Ubuntu.
https://bugs.launchpad.net/bugs/1401402

Title:
  Ubuntu build of Firefox lacks Google OAuth ID, prevents contact import
  in Hello

Status in The Mozilla Firefox Browser:
  Confirmed
Status in firefox package in Ubuntu:
  Fix Committed

Bug description:
  Starting from verstion 34.0, Firefox, including Ubuntu build thereof, 
supports WebRTC based voice/video communication feature named "Hello":
  
https://support.mozilla.org/en-US/kb/firefox-hello-make-receive-calls-without-account

  This feature works in Ubuntu build, except importing contacts from Google 
account:
  https://bugzilla.mozilla.org/show_bug.cgi?id=1106854
  Attempt to import contacts results in this Google error page:
  
  401. That’s an error.

  Error: invalid_client

  The OAuth client was not found.
  Request Details

  scope=https://www.google.com/m8/feeds
  response_type=code
  redirect_uri=urn:ietf:wg:oauth:2.0:oob:auto
  client_id=no-google-oauth-api-clientid
  

  Apparently, for the import feature to work, the build needs to include Google 
OAuth Client ID. The process is discussed here:
  https://wiki.mozilla.org/Loop/OAuth_Setup

  Apparently, Ubuntu's build of Firefox does not include this Client ID.
  Please consider adding it. Hopefully then "Hello" will be fully functional, 
including contacts import.

To manage notifications about this bug go to:
https://bugs.launchpad.net/firefox/+bug/1401402/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1401402] Re: Ubuntu build of Firefox lacks Google OAuth ID, prevents contact import in Hello

2015-01-15 Thread Launchpad Bug Tracker
** Branch linked: lp:firefox/aurora

** Branch linked: lp:~mozillateam/firefox/firefox-beta.vivid

** Branch linked: lp:~mozillateam/firefox/firefox-beta.utopic

** Branch linked: lp:firefox/beta

** Branch linked: lp:~mozillateam/firefox/firefox-beta.precise

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to firefox in Ubuntu.
https://bugs.launchpad.net/bugs/1401402

Title:
  Ubuntu build of Firefox lacks Google OAuth ID, prevents contact import
  in Hello

Status in The Mozilla Firefox Browser:
  Confirmed
Status in firefox package in Ubuntu:
  Fix Committed

Bug description:
  Starting from verstion 34.0, Firefox, including Ubuntu build thereof, 
supports WebRTC based voice/video communication feature named "Hello":
  
https://support.mozilla.org/en-US/kb/firefox-hello-make-receive-calls-without-account

  This feature works in Ubuntu build, except importing contacts from Google 
account:
  https://bugzilla.mozilla.org/show_bug.cgi?id=1106854
  Attempt to import contacts results in this Google error page:
  
  401. That’s an error.

  Error: invalid_client

  The OAuth client was not found.
  Request Details

  scope=https://www.google.com/m8/feeds
  response_type=code
  redirect_uri=urn:ietf:wg:oauth:2.0:oob:auto
  client_id=no-google-oauth-api-clientid
  

  Apparently, for the import feature to work, the build needs to include Google 
OAuth Client ID. The process is discussed here:
  https://wiki.mozilla.org/Loop/OAuth_Setup

  Apparently, Ubuntu's build of Firefox does not include this Client ID.
  Please consider adding it. Hopefully then "Hello" will be fully functional, 
including contacts import.

To manage notifications about this bug go to:
https://bugs.launchpad.net/firefox/+bug/1401402/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1401402] Re: Ubuntu build of Firefox lacks Google OAuth ID, prevents contact import in Hello

2015-01-15 Thread Chris Coulson
** Changed in: firefox (Ubuntu)
   Status: Confirmed => Fix Committed

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to firefox in Ubuntu.
https://bugs.launchpad.net/bugs/1401402

Title:
  Ubuntu build of Firefox lacks Google OAuth ID, prevents contact import
  in Hello

Status in The Mozilla Firefox Browser:
  Confirmed
Status in firefox package in Ubuntu:
  Fix Committed

Bug description:
  Starting from verstion 34.0, Firefox, including Ubuntu build thereof, 
supports WebRTC based voice/video communication feature named "Hello":
  
https://support.mozilla.org/en-US/kb/firefox-hello-make-receive-calls-without-account

  This feature works in Ubuntu build, except importing contacts from Google 
account:
  https://bugzilla.mozilla.org/show_bug.cgi?id=1106854
  Attempt to import contacts results in this Google error page:
  
  401. That’s an error.

  Error: invalid_client

  The OAuth client was not found.
  Request Details

  scope=https://www.google.com/m8/feeds
  response_type=code
  redirect_uri=urn:ietf:wg:oauth:2.0:oob:auto
  client_id=no-google-oauth-api-clientid
  

  Apparently, for the import feature to work, the build needs to include Google 
OAuth Client ID. The process is discussed here:
  https://wiki.mozilla.org/Loop/OAuth_Setup

  Apparently, Ubuntu's build of Firefox does not include this Client ID.
  Please consider adding it. Hopefully then "Hello" will be fully functional, 
including contacts import.

To manage notifications about this bug go to:
https://bugs.launchpad.net/firefox/+bug/1401402/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1401402] Re: Ubuntu build of Firefox lacks Google OAuth ID, prevents contact import in Hello

2015-01-15 Thread Launchpad Bug Tracker
** Branch linked: lp:firefox

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to firefox in Ubuntu.
https://bugs.launchpad.net/bugs/1401402

Title:
  Ubuntu build of Firefox lacks Google OAuth ID, prevents contact import
  in Hello

Status in The Mozilla Firefox Browser:
  Confirmed
Status in firefox package in Ubuntu:
  Fix Committed

Bug description:
  Starting from verstion 34.0, Firefox, including Ubuntu build thereof, 
supports WebRTC based voice/video communication feature named "Hello":
  
https://support.mozilla.org/en-US/kb/firefox-hello-make-receive-calls-without-account

  This feature works in Ubuntu build, except importing contacts from Google 
account:
  https://bugzilla.mozilla.org/show_bug.cgi?id=1106854
  Attempt to import contacts results in this Google error page:
  
  401. That’s an error.

  Error: invalid_client

  The OAuth client was not found.
  Request Details

  scope=https://www.google.com/m8/feeds
  response_type=code
  redirect_uri=urn:ietf:wg:oauth:2.0:oob:auto
  client_id=no-google-oauth-api-clientid
  

  Apparently, for the import feature to work, the build needs to include Google 
OAuth Client ID. The process is discussed here:
  https://wiki.mozilla.org/Loop/OAuth_Setup

  Apparently, Ubuntu's build of Firefox does not include this Client ID.
  Please consider adding it. Hopefully then "Hello" will be fully functional, 
including contacts import.

To manage notifications about this bug go to:
https://bugs.launchpad.net/firefox/+bug/1401402/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1401402] Re: Ubuntu build of Firefox lacks Google OAuth ID, prevents contact import in Hello

2015-01-15 Thread Bug Watch Updater
Launchpad has imported 17 comments from the remote bug at
https://bugzilla.mozilla.org/show_bug.cgi?id=1106854.

If you reply to an imported comment from within Launchpad, your comment
will be sent to the remote bug automatically. Read more about
Launchpad's inter-bugtracker facilities at
https://help.launchpad.net/InterBugTracking.


On 2014-12-02T20:43:09+00:00 Horacio wrote:

Created attachment 8531307
Screenshot - 021214 - 17:42:41.png

User Agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:34.0) Gecko/20100101 
Firefox/34.0
Build ID: 20141127111021

Steps to reproduce:

I enabled firefox hello in linux mint 17 - Qiana and tried to import
contacts from Google


Actual results:

A new window opens indicating an error

401. That’s an error.
Error: invalid_client
The OAuth client was not found.
Request Details
scope=https://www.google.com/m8/feeds
response_type=code
redirect_uri=urn:ietf:wg:oauth:2.0:oob:auto
client_id=no-google-oauth-api-clientid
That’s all we know.


Expected results:

Contacts should be imported from Google.

Reply at:
https://bugs.launchpad.net/ubuntu/+source/firefox/+bug/1401402/comments/0


On 2014-12-07T19:12:16+00:00 jorgeml wrote:

Same thing for me (Firefox 34.0 with Fedora 21).

Reply at:
https://bugs.launchpad.net/ubuntu/+source/firefox/+bug/1401402/comments/1


On 2014-12-08T01:58:34+00:00 jack gurulian wrote:

Same for me on Ubuntu 14.10 / Firefox 34.

Reply at:
https://bugs.launchpad.net/ubuntu/+source/firefox/+bug/1401402/comments/2


On 2014-12-08T19:02:19+00:00 Adam-nostrum wrote:

This looks like an issue with the downstream OAuth setup. The basic
steps are here: https://wiki.mozilla.org/Loop/OAuth_Setup

Lawrence: do you know who our contacts are at our downstream projects?
We need to reach out to them and let them know about this new
requirement on their builds...

Reply at:
https://bugs.launchpad.net/ubuntu/+source/firefox/+bug/1401402/comments/3


On 2014-12-11T02:14:04+00:00 Lmandel wrote:

(In reply to Adam Roach [:abr] from comment #3)
> Lawrence: do you know who our contacts are at our downstream projects? We
> need to reach out to them and let them know about this new requirement on
> their builds...

Lukas - Do you have a list of downstream projects and contacts?
Sylvestre - You're plugged in to some of the Linux distros. Can you help here?

Reply at:
https://bugs.launchpad.net/ubuntu/+source/firefox/+bug/1401402/comments/4


On 2014-12-11T02:14:42+00:00 Lmandel wrote:

catlee - Does releng maintain a list of downstream projects and do you
have contacts?

Reply at:
https://bugs.launchpad.net/ubuntu/+source/firefox/+bug/1401402/comments/5


On 2014-12-11T06:59:26+00:00 Eugene Crosser wrote:

I've opened this ticket in Ubuntu:
https://bugs.launchpad.net/ubuntu/+source/firefox/+bug/1401402

Reply at:
https://bugs.launchpad.net/ubuntu/+source/firefox/+bug/1401402/comments/7


On 2014-12-11T08:10:35+00:00 Sledru wrote:

Usually, the way to do that is to update the configure to add a check on this. 
It will notify packagers about that.
n-i Mike for Debian (and our build system) in case he can help.

Reply at:
https://bugs.launchpad.net/ubuntu/+source/firefox/+bug/1401402/comments/8


On 2014-12-11T08:32:14+00:00 Mh+mozilla wrote:

Sigh... one more API ID that distros can't use and that breaks
features... We should probably make all the associated flags (not only
this particular one, but all of them) fail to build when building with
--enable-release (which distros should be using)... because failing for
local developers build is not going to pan-out. Then the choice whether
to add an api key or not is in the maintainer's hands, so even if they
decide not use the API key, at least they are aware of it. Although I
could see this as annoying... I don't know.

With my Debian hat on, iirc, most if not all of those API IDs can't be
used in distros because they have to be "hidden". (that's why they're
not in mozilla-central to begin with)

Now, for this specific case, I'd advise removing the import feature
instead of having weird errors when Firefox doesn't have the
corresponding key.

Reply at:
https://bugs.launchpad.net/ubuntu/+source/firefox/+bug/1401402/comments/9


On 2014-12-11T22:21:48+00:00 Lsblakk wrote:

Afaik there is not a list of downstrea

[Desktop-packages] [Bug 1401402] Re: Ubuntu build of Firefox lacks Google OAuth ID, prevents contact import in Hello

2015-01-15 Thread Chris Coulson
** Changed in: firefox (Ubuntu)
   Importance: Undecided => Medium

** Changed in: firefox (Ubuntu)
 Assignee: (unassigned) => Chris Coulson (chrisccoulson)

** Bug watch added: Mozilla Bugzilla #1106854
   https://bugzilla.mozilla.org/show_bug.cgi?id=1106854

** Also affects: firefox via
   https://bugzilla.mozilla.org/show_bug.cgi?id=1106854
   Importance: Unknown
   Status: Unknown

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to firefox in Ubuntu.
https://bugs.launchpad.net/bugs/1401402

Title:
  Ubuntu build of Firefox lacks Google OAuth ID, prevents contact import
  in Hello

Status in The Mozilla Firefox Browser:
  Unknown
Status in firefox package in Ubuntu:
  Confirmed

Bug description:
  Starting from verstion 34.0, Firefox, including Ubuntu build thereof, 
supports WebRTC based voice/video communication feature named "Hello":
  
https://support.mozilla.org/en-US/kb/firefox-hello-make-receive-calls-without-account

  This feature works in Ubuntu build, except importing contacts from Google 
account:
  https://bugzilla.mozilla.org/show_bug.cgi?id=1106854
  Attempt to import contacts results in this Google error page:
  
  401. That’s an error.

  Error: invalid_client

  The OAuth client was not found.
  Request Details

  scope=https://www.google.com/m8/feeds
  response_type=code
  redirect_uri=urn:ietf:wg:oauth:2.0:oob:auto
  client_id=no-google-oauth-api-clientid
  

  Apparently, for the import feature to work, the build needs to include Google 
OAuth Client ID. The process is discussed here:
  https://wiki.mozilla.org/Loop/OAuth_Setup

  Apparently, Ubuntu's build of Firefox does not include this Client ID.
  Please consider adding it. Hopefully then "Hello" will be fully functional, 
including contacts import.

To manage notifications about this bug go to:
https://bugs.launchpad.net/firefox/+bug/1401402/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1401402] Re: Ubuntu build of Firefox lacks Google OAuth ID, prevents contact import in Hello

2014-12-11 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: firefox (Ubuntu)
   Status: New => Confirmed

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to firefox in Ubuntu.
https://bugs.launchpad.net/bugs/1401402

Title:
  Ubuntu build of Firefox lacks Google OAuth ID, prevents contact import
  in Hello

Status in firefox package in Ubuntu:
  Confirmed

Bug description:
  Starting from verstion 34.0, Firefox, including Ubuntu build thereof, 
supports WebRTC based voice/video communication feature named "Hello":
  
https://support.mozilla.org/en-US/kb/firefox-hello-make-receive-calls-without-account

  This feature works in Ubuntu build, except importing contacts from Google 
account:
  https://bugzilla.mozilla.org/show_bug.cgi?id=1106854
  Attempt to import contacts results in this Google error page:
  
  401. That’s an error.

  Error: invalid_client

  The OAuth client was not found.
  Request Details

  scope=https://www.google.com/m8/feeds
  response_type=code
  redirect_uri=urn:ietf:wg:oauth:2.0:oob:auto
  client_id=no-google-oauth-api-clientid
  

  Apparently, for the import feature to work, the build needs to include Google 
OAuth Client ID. The process is discussed here:
  https://wiki.mozilla.org/Loop/OAuth_Setup

  Apparently, Ubuntu's build of Firefox does not include this Client ID.
  Please consider adding it. Hopefully then "Hello" will be fully functional, 
including contacts import.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/firefox/+bug/1401402/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1401402] [NEW] Ubuntu build of Firefox lacks Google OAuth ID, prevents contact import in Hello

2014-12-10 Thread Eugene Crosser
Public bug reported:

Starting from verstion 34.0, Firefox, including Ubuntu build thereof, supports 
WebRTC based voice/video communication feature named "Hello":
https://support.mozilla.org/en-US/kb/firefox-hello-make-receive-calls-without-account

This feature works in Ubuntu build, except importing contacts from Google 
account:
https://bugzilla.mozilla.org/show_bug.cgi?id=1106854
Attempt to import contacts results in this Google error page:

401. That’s an error.

Error: invalid_client

The OAuth client was not found.
Request Details

scope=https://www.google.com/m8/feeds
response_type=code
redirect_uri=urn:ietf:wg:oauth:2.0:oob:auto
client_id=no-google-oauth-api-clientid


Apparently, for the import feature to work, the build needs to include Google 
OAuth Client ID. The process is discussed here:
https://wiki.mozilla.org/Loop/OAuth_Setup

Apparently, Ubuntu's build of Firefox does not include this Client ID.
Please consider adding it. Hopefully then "Hello" will be fully functional, 
including contacts import.

** Affects: firefox (Ubuntu)
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to firefox in Ubuntu.
https://bugs.launchpad.net/bugs/1401402

Title:
  Ubuntu build of Firefox lacks Google OAuth ID, prevents contact import
  in Hello

Status in firefox package in Ubuntu:
  New

Bug description:
  Starting from verstion 34.0, Firefox, including Ubuntu build thereof, 
supports WebRTC based voice/video communication feature named "Hello":
  
https://support.mozilla.org/en-US/kb/firefox-hello-make-receive-calls-without-account

  This feature works in Ubuntu build, except importing contacts from Google 
account:
  https://bugzilla.mozilla.org/show_bug.cgi?id=1106854
  Attempt to import contacts results in this Google error page:
  
  401. That’s an error.

  Error: invalid_client

  The OAuth client was not found.
  Request Details

  scope=https://www.google.com/m8/feeds
  response_type=code
  redirect_uri=urn:ietf:wg:oauth:2.0:oob:auto
  client_id=no-google-oauth-api-clientid
  

  Apparently, for the import feature to work, the build needs to include Google 
OAuth Client ID. The process is discussed here:
  https://wiki.mozilla.org/Loop/OAuth_Setup

  Apparently, Ubuntu's build of Firefox does not include this Client ID.
  Please consider adding it. Hopefully then "Hello" will be fully functional, 
including contacts import.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/firefox/+bug/1401402/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp