Google-Webcomponents - YouTube sign-in fails - google-web-component

I am trying to implement a YouTube upload feature on my website, I would like to accomplish this using Google's <google-youtube-upload> webcomponent.
But when I try to sign in using only a YouTube channel - which also is available as a login option - it says Object {type: "tokenFailed", idpId: "google", error: "USER_LOGGED_OUT"} in chrome's console.
It is working just fine if I log in using a Google+ account that has a YouTube channel of the same name associated to it.
Is it not possible to authorize using only a YouTube channel? Or am I simply missing something?
Thanks in advance.

Related

Facebook API - get public images

I am new to use Facebook API in an android app. I m trying to access all public images from facebook using facebook API where user can get all pictures with given location from facebook.
How is it possible?
What you want to achieve is not possible, there is only another possibility, a workaround:
Get Facebook Places by location - it seems to work even without specifying the "q" parameter for a name: https://developers.facebook.com/docs/graph-api/using-graph-api#search
Get photos for those Facebook Places: /place-id/photos
More information: https://developers.facebook.com/docs/graph-api/reference/

Sending URL using Facebook messenger from my Mobile Website

I am looking to send some link over Facebook Messenger app from my mobile website on Chrome Browser on my mobile. I am using the facebook messenger's custom URI Scheme fb-messenger://share. I saw this option on the the following link: Custom URI Schemes for the Facebook Messenger I used the full url as: fb-messenger://share?ShareType=ShareType.regular&share_story_url= I tried multiple options for share, as mentiond in the link above, but nothing works. It tries to open the app and closes.
You can do it by adding the following link to your page:
I don't know what else you can pass except for the link, maybe a user ID with to (probably the same params as described in the dialog method
i'm facing same issue and this is not working in ios devices.
In android devices its working fine.
I have used this one:
fb-messenger://share?link=" + smsString; (smsString is var)

Youtube Video feeds link not working

I am using following link to get list of youtube video for given string in my iOS app.
http://gdata.youtube.com/feeds/api/videos?max-results=10&alt=rss&q=Hello
Previously it was working fine, but now its not giving me any response at all.
Anyone please suggest me on this.
Google has stopped this API, you have to migrate to data API Version 3.0
check the link below for more details
http://youtube-eng.blogspot.com/2015/04/bye-bye-youtube-data-api-v2.html

Facebook share not working in mobile browser

I am using below API for Facebook share, It's working in web browser but not in mobile browser.
https://www.facebook.com/sharer/sharer.php?u=http%3A%2F%2Fwww.facebook.com%2Fphoto.php%3Ffbid%3D503650586358491%26set%3Da.447778305279053.102678.420576761332541%26type%3D1&t=Breaking%3A+BUCKWILD%27s+Shain+has+died.+Our+hearts+go+out+to+his+family.+More+info+here%3A+http%3A%2F%2Fon.mtv.com%2F128hbz2
I'm using android phone.
Error message : "Your link could not be found."
Any suggestion ?
Thanks
You need url for mobile to start http://m.facebook.com/sharer.php?u=
Also the rest url wont work like that, you need url site whit the Facebook Open Graph META Tags.
From what I could see, the solution offered by vj_andrei doesn't work - the m.facebook.com/sharer url just doesn't exist.
Facebook, however, have re-introduced the share button, and it works for mobile as well.

Does facebook Send dialog have a mobile version?

If I replace www with m in the following URL or append &display=touch then facebook returns error:
https://www.facebook.com/dialog/send?app_id=123050457758183&
name=People%20Argue%20Just%20to%20Win&
link=http://www.nytimes.com/2011/06/15/arts/people-argue-just-to-win-scholars-assert.html&
redirect_uri=http://www.example.com/response
An error occurred with Cool Social App. Please try again later.
Is there any reason send dialog is not supported on mobile devices?
As the Documentation specifies and also this ticket shows, the Send Dialog is not yet supported on Mobile devices!