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.
Related
I'm working on a react native app using the react-native-share package to share an image to Instagram. I'm able to share the image to Instagram on iOS, but would like to display a url at the top left corner to tell others to view this post in our website.
It seems some apps can do this already like Spotify or Netflix or Soundcloud.
I've tried to use the package's Share.shareSingle method with the attributionURL: 'https://google.com', however, this doesn't display anything at the top.
Not found in the documentation either: https://developers.facebook.com/docs/instagram/sharing-to-stories/
Does anyone know how to implement this using the React Native package similar to the picture here: https://imgur.com/a/MEcthHd
And please provide documentation and a code example if possible, or how the link should be formatted. Thank you!
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
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...";
I want to send my App request to my facebook friends in my iphone Applicaion.I get facebook friends on my table view .want send them join my app in iphone which friend i will choose in table view. Please give me suggestion. Thanks.
I would suggest using the Facebook iOS SDK. there are examples and more info there for hooking up your app to Facebook.
I'm new to Titanium mobile development and going to develop an app which will be going to read accelerometer sensed data. Can any body guide me on a proper way? Any resources regarding accelerometer with titanium?
http://developer.appcelerator.com/apidoc/mobile/1.0/Titanium.Accelerometer
This is the link to the Titanium API page. They provide an example at the bottom of the page. Can you give more details about what you'd like? I might be able to help more.