Intergrate facebook to my iphone app [closed] - iphone

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 11 years ago.
I am developing an application in which I need to integrate Facebook in my app.
where I can us the like functionality of facebook into my app, Any idea about how can I do this?

use Facebook graph api

you may go with the official facebook tutorial

You can start with this iPhone Facebook Connect Tutorial

Related

How to convert gwt app to fb? [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 developed a GWT app and hosted in Google app-spot, i would like to know is there any way i can convert/transfer it into a Facebook apps?
Or is it possible for to develop Facebook apps on GWT?
Be frank to tell me what you think and know about these things..
Thanks..
Yes it is Possible .
Java script is meant for Browser and ultimately your GWT code will convert into javascript .
Your javascript code will dispaly on the facebook apps entry point page "Canvas Page ".
So it is possible
For a quick example of facebook app
http://gathadams.com/2007/06/18/how-to-write-a-facebook-application-in-10-minutes/
All the best .

how to get twitter feeds from my account? [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 developing an app that shows twitter feeds from my account . I integrate twitter for posting data,image or any link.I searched in google for getting feeds....
Please give any idea .Thanks
you can fetch tweets of specific user using below link:
https://api.twitter.com/1/statuses/user_timeline.rss?screen_name=username&count=25&page=1
A good tutorial is http://mobile.tutsplus.com/tutorials/iphone/iphone-json-twitter-api/
Twitter API is available after iOS5.
You an get all information about that in here
https://dev.twitter.com/docs/ios
If you are searching for getting users timeline feeds. Here it is
https://dev.twitter.com/docs/ios/making-api-requests-twrequest

when does fb app is required [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.
Can you any one help me with basic question when is facebook app is required.
If we use just recommend Or Facebook Comments or Facebook like ,is facebook app requried?
A full app is not required to use the Like button or the Comments plugin. You can find more information about them here:
https://developers.facebook.com/docs/reference/plugins/comments/
https://developers.facebook.com/docs/reference/plugins/like/

support URL while uploading the app [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.
What should be the support URL while uploading the app on itunes? It is giving the warninig to fill the support url but I don't have the any idea about it. Can anyone help?
Thanks
The support URL should point to a website that you made to give support for your app. You can just make a quick website that is essentially a placeholder for your future support site but they want something or maybe just use a free blog where you give support information for your app. It doesn't have to be great for them to accept it.

Sharing on Google+ 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 11 years ago.
I understand there is a developer portal for Google+, but I'm not sure how I can use this stuff to implement a +1 button within my iOS app. I want something simple, just like how ShareKit does it with facebook and twitter, but for Google+. How would I get started with this?
Currently Google+ only provides a JavaScript based +1 button. If you would like to +1 URLs from within your iOS app you should star this feature request.
EDIT: The issue is marked as "Fixed" now, but with a solution that probably won't help for iOS apps.
Update: Google now has a Google+ Platform for iOS.
Check out http://code.google.com/p/google-api-objectivec-client/