Embed Facebook Video in iOS - objective-c

is it possible to embed a Facebook Video in a iOS application?
I have searched all over the internet without getting any answer to this question.
please could anyone help with the above problem
Thank you

is it possible to embed a Facebook Video in a iOS application?
YES, I suppose.
Please refer to Facebook's Graph-API documentation here:
And choose iOS SDK:
https://developers.facebook.com/docs/graph-api/reference/video

Yes it is possible in ios, not matter you use objective c or swift.
Link : https://developers.facebook.com/docs/plugins/embedded-video-player

Related

Implementing Google AdMob to iOS app

As shown in the picture I'm having issues implementing Google AdMob into my app. Yes I am new to this and I figured using this site would be a good to learn. Since you guy's answer quickly.
http://i601.photobucket.com/albums/tt93/masterhomieg/Screenshots/ScreenShot2014-05-13at63814PM_zps64ec9cb6.png
put #"" around the string like this:
self.adBanner.adUnitID= #"ca-app-pub-689930294...";

Thumb Recognition in iOS Native App

I want to use Thumb Recognition in my iOS app instead of login (username and password). Can we achieve this behavior in iOS7 for iPhone5s and iPhone5c?
Please give some direction if any one work over it.
If I am thinking in wrong direction then you can also correct me.
Thanks in advance.
You can't. There is no public Touch ID API for third party developers in iOS 7.
You cannot Use this. Because API is not public for developers.

How to like and comment on facebook posts from native ios app?

I would like to know how to like post of facebook from native ios app and comment on post via native ios app. please provide any kind of sample code from the same.I am newbie.Any kind of help would be appreciated.Thanks.
If you go to Ray Wenderlich's website he has many tutorials on how to implement this. He also has a great book on using the new social framework with Facebook and twitter. It is a great resource.

AIR Native Extension for accessing native UI controls on IOS

Does anyone have a clear idea about or a sample of air native extension that helps me use alert view of apple touch devices.
I tried a lot for the same but ended up getting no success.
Thanks in advance.
I am not tried this library anyhow please try with NativeAlert.
(OR)
This for alternative for access native UI.
You can try with ios-theme-for-flex-mobile-projects link.
This link shows like iOS Alert view.
Please find mobiletheme_ios_usage.fxp link you can download that project then workout.You can see iOS alert view(Not Native UI).

iPhone GPS (location) API link required

I am new to iPhone Application... I want to use GPS API in my iPhone Application, for getting current location of iPhone.. Can any one plz post some links for GPS API for iPhone ? Thanks..
The link from ttvd is not valid anymore. They the current link to the documentation of CoreLocation instead
Look at Core Location framework: Apple link here
Link is not valid anymore, please see Heiko Behrens's post.