I am new to ios development. I want to integrate facebook for my ipad app and then i want to get the list of events. how do i get the events list.
Thanks in advance.
Raja
You'll probably want to start here. It details the Facebook SDK for iOS and has a reasonable amount of sample code to get you started.
Related
Since iOS has built in Facebook sharing (via UIActivityViewController), I'm easily able to post without including the FB SDK. However, when I post to my timeline, I want it to say "via AppName". Do I have to add the sdk to my app or is there a simpler way of doing this?
No, you will have to create a Facebook App and use the iOS SDK.
I am developing an application on Unity and need location information of my friends. Facebook Graph API says i have to submit the app for review before accessing these informations. Since my target platform is not facebook but iOS and Android. Why do i need to submit the app here?
Facebook also asks for apk build and iOS link, Do they review this like iTunes? Please clarify.
If yes, How can i submit the build when its still in development phase ?
Any suggestions would really be helpful.
Thanks in advance...
Hi I am new to iOS and developing app with Facebook ios 3.5.3 SDK.
How to integrate the iOS EmbeddedWebview mechanism in app with lasted 3.5.3 facbook sdk.
With embedded web view how to implemente the below logics
1.Login
2.Logout
3.Permissions -basic info, email, birthday,friendlist ,ect.,
4.App did become active method- applicationDidBecomeActive:
5.app will terminate method -applicationWillTerminate:
6.FBSession maintenance.
am sure asking for lasted iOS facebook 3.5.3 SDK only...
If have any ideas please share your ideas , I hope its will help me.. Thanks..
Here is the detailed document provided by Facebook dev. Please refer it first of your self and try it.
https://developers.facebook.com/docs/tutorials/ios-sdk-tutorial/authenticate/
After that if you get any trouble let me know.
hii is there an API to implement way2sms app to send text messages to india.The App already exists in Android.I want to implement the same features in iphone also.Any idea to start the project.
There is already an app at the app store that sends free SMS accoss India
https://itunes.apple.com/us/app/smsglobal/id570193291?ls=1&mt=8
I am not very sure about this. Just hit it on google. May be this would help you!!
https://www.mashape.com/blaazetech/way2sms
And it is clearly mentioned in this site, there is no API for way2sms.
I think you should try to get the code from .apk android apps and get the api from this
I am currently creating an App on iOS device (iPhone, iPod Touch).
Right now I can query user's profile data from Facebook and display them in my App.
I would like to edit user's profile data and update them back to Facebook.
Is there any method that can write the updated profile's data back to the facebook user's profile? I have spent a lot of time searching for this but cannot find a way.
Thank you very much.
No, currently the Facebook for iPhone application does not support profile editing feature however you can post on walls.
Note:- I have asked a question about facebook api here.maybe you can get some answers there