Making a facebook program [closed] - facebook

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 read that to make a facebook program you have to have a server. Is that true? I'm planning on making a facebook program but am wondering what kind of hassle it is.

Facebook just released integration with Heroku so that you can make an app without having to manage your own server. The post about it is here.

Related

iPhone Push Notification server wirtting in C# to run on windows [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 a push notification service to run on windows written using C#. Is it possible any guide lines?
Simple google search showed me this tutorial which seems cover everything.

twitpic integration with iPhone 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.
I want to upload image to twitter using twit pic. I am using Oauth method.
Why are you not try with share kit? its easy way to upload picture to twitter.

gmail integration in iPhone application [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 an app in which I want to integrate Gmail through which user can get their emails in app. So how can I do this? Can anybody help me?
Try this Project
http://code.google.com/p/gtm-oauth/

How to use Web services in iphone [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 iphone programming and i am developing a app were i have to send some request to the server.At that movement if i lost the network then how to handle the request?
Have a look at of this url
http://allseeing-i.com/ASIHTTPRequest/
this will help you

How to publish to friends wall using fbml? [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.
How to publish some result from my app to someones wall by selecting the friend?
You'll need to use Stream.publish method. In short the target_id parameter is what you're looking for.
There's a pretty good example in the wiki link above.