Information API Youtube [closed] - youtube-api

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 10 years ago.
Good morning,
Recently I've been watching the YouTube API and have not found any information about the collection of data from a youtube account.
I have a Youtube channel and would like more information about users who subscribe to it, I also have a website where users are registered and need to know if the user is registered follower of my Youtube channel, I can only guess identify the user by email. So my question is whether it is possible by Youtube API or any other method of identifying this person and know if follower.
Thank you very much in advance.

I think using the list of activities in the Youtube API V3 you can obtain the activities of a particular user in a channel, specifying "channelId" parameter and "mine" parameter for the user logged.
https://developers.google.com/youtube/v3/docs/activities
In case that the list of activities returns videos as items you can get the channel id from the snippet of the video
https://developers.google.com/youtube/v3/docs/videos/
For this solution the user must be authenticated and give permissions to the application to access their data in youtube

Related

Use Reddit API to access front page data on IOS [closed]

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 9 years ago.
How do you use the reddit API to get the title/upvotes/op of a post using IOS? Is it even possible or do I have to parse the HTML? I have already parsed the front page but the posts I get don't match the desktop version at all. I feel there must be an easier way to access this information.
You sort of answered this yourself. Use the Reddit API, request the information you want and parse the JSON that's returned from the API. Specific community support found here but be sure to try and solve your problems by searching first.
You'll find a wealth of information on parsing JSON on StackOverflow, including examples specific to your language.
You can easily get the front page JSON by requesting: http://reddit.com/.json to start with.

How are the back ends of apps created? Also how is the front end designed? Is it done like a wap site and them linked to Xcode? [closed]

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 10 years ago.
I tried to find the answer to this question but could not, to be more precise, some apps like instagram have a custom backend, like they have a profile tab in the app where the users profile is stored, including the pics they upload.I want to know how is that page created, and how is the data saved to that page.So in short,if for my app I want to have a profile tab,how do I go about creating it, and how is the data storage done? I wanted to know whether the profile page under my profile tab is created, as in is it done in Xcode or some web design application and linked to Xcode?
Don't get me wrong, I'm not asking for the detailed process,just what software is used and a basic outline.
The back ends are PHP or any other server side languages, these are presented as service APIs interface, the most common is RESTful interfaces, the application connects to these RESTful services to store and retrieve data from
You may also want to read up on core data as any offline profile data is probably stored in core data or as NSUser Defaults.
http://developer.apple.com/library/ios/#DOCUMENTATION/DataManagement/Conceptual/iPhoneCoreData01/Introduction/Introduction.html
http://developer.apple.com/library/ios/#DOCUMENTATION/Cocoa/Reference/Foundation/Classes/NSUserDefaults_Class/Reference/Reference.html

How to start developing with Twitter for Blackberry [closed]

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 10 years ago.
I am new to bb app development. Now I'm supposed to develop a Twitter application for blackberry. How do I start my application.. is there any Twitter API for blackberry?
I have created the UI of the login page, but how to start with authenticating username and password? I have registered my app in twitter now I have the consumer key and secret, but I dont know how to use that.
Anyone knows about twitter apps for blackberry or have any sample code for Twitter?
You may use TwitterAPIMe.
You may find how to use the API in the link.
I used it, it's easy and working well with good performance.
PS, you must be RIM4.6 or higher

How do I create a poll on the facebook wall? [closed]

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 10 years ago.
I want to create a poll on the facebook wall. Is it possible to do?
For some reason the creation of "questions" (aka polls) is not available yet in the API. If you want you should log a bug at developers.facebook.com/bugs and mark it as a wishlist item.
As far as I know it isn't possible.
You can only read questions with => "HTTP GET request to the /USER_ID/questions endpoint with the user_questions or friends_questions permissions"
...but I haven't tested it yet.
You can try one of many pre made poll apps, like this, just search for polls at the top in the apps, then install them on your page http://www.facebook.com/mypoll.page .
Another way would be to make an app that does the job, I have created apps before to add tabs to Facebook, you can put whatever you want on them then like a poll. Im not 100% how to post it to your wall without digging some more, but the example I posted above shows the poll posted on the wall.

Is it possible to Embed a Video in Email Newsletter? [closed]

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 9 years ago.
I was wondering if I could send an email with video, where i can embed my wmv or any video files from my website on to a email so that when customers open the email they can click play and watch the video?
Or Can I include youtube video directly into email. So that the users can directly watch youtube video on their email?
Thanks.
This depends on email client, but I've never met any mail client rendering Flash. This can be so because of several issues: security, licenses, render engine complexity that is avoided.
And here's one good review on flash compatibility in all major mail clients.
Speaking of video stream files attached to the mail: you can do so, but you'll have to meet mail servers' size limits. And that's not a good idea to attach video, better add web link so that user can decide himself whether he wants this video or not. It's not good experience to have 7 Mb of unexpected mail traffic in newsletter :)
you can integrate a video in your mail, it's more if you used with HTML5
my proposition is to create an account on youtube and add your video,its so
simple to sharing it with Url
more instruction here
Yes, use Adobe Indesign. Explore the options and you should find an "embed a video" option there. =)

Resources