when does fb app is required [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 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/

Related

iOS 6 how to post a picture in facebook fan page [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.
Any of you knows if on iOS 6 facebook integreation you can post a picture on facebook fan page and how can be implemented?
I'll really appreciate your help.
Hope, the GitHub project will easily solve your problem. Click here.

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.

how to make windows form app to login to facebook and retreive friends list in C# [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.
need to make a windows form app to login to facebook and retrieve friends list in C#
its my first time to use facebook sdk , so i need a little help

How to post the url and picture in wall after users clicks like or recomment button? [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 want to post the url and picture in wall after users clicks like or recomment button. Please suggest if this is possible.
I solved it by event.subscribe method

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.