iOS 6 how to post a picture in facebook fan page [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 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.

Related

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.

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/

post video to youtube in app 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 developing an app in which there is a requirement under which there is upload video of iPhone photo album to YouTube in app. I am searching on Google but can't succeeded. How can I solve this?
please check this API
hope it helps

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.