Facebook Connect in iOS [closed] - iphone

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 10 years ago.
Improve this question
How can i post a note or text from my application to facebook?i tried FBfun but there i can login to the facebook but no posting there in application.Is there anyway for posting text to facebook.
THANKS.

The official Facebook SDK is on GitHub, here.

Related

Delete all messages of facebook on one go [closed]

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 10 years ago.
Improve this question
how i may delete all the messages of face book on one go note that i am using latest version of Facebook with timelines option on
once i done this with the help of crome addon but now that add on is not working due to some changes in facebook message page .
You can't. There is no SDK function call to do so.

What does this link mean? [closed]

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 11 years ago.
Improve this question
I saw this:
http://memeburn.com/2012/02/anonymous-is-shutting-down-the-internet/?utm_source=twitterfeed&utm_medium=twitter&utm_campaign=Feed%3A+memeburncom+%28memeburn%29
But I've seen it loads. The part I'm referring to is:
?utm_source=twitterfeed&utm_medium=twitter&utm_campaign=Feed%3A+memeburncom+%28memeburn%29
Is this some kind of tracking tool? And if so, what? I got this link off facebook, but I've seen it on Adwords too...
All the utm_ query string parameters are to do with Google Analytics.

Can't access developers apps [closed]

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 11 years ago.
Improve this question
I have created new facebook account, and have confirmed it with my phone numer using http://www.facebook.com/confirmphone.php
But unfortunately I cant access developers apps, every time I try to go there I am being redirected to my main facebook page.
As a workaround you could use this URL:
https://developers.facebook.com/apps

Transfer likes from one page to another [closed]

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 11 years ago.
Improve this question
Is there any process on Facebook to transfer page likes to another page?
No.
If you go to this site: https://developers.facebook.com/apps/
You can find a link to your webpage's fanpage, if you click on your website app.
No, it's not possible to migrate fans in this way

Google blogger in objective-c/iPhone [closed]

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 11 years ago.
Improve this question
How can i post blog on google blogger in my iPhone application. Is there any open source project?
There is no narive Ojective-C framework aa far as I know, but you can do it using the Blogger Protocol API. It does mean you'll have to do some of the dirty work, but it should work for you. If you have problems with it you can always post them here on Stack Overflow and I or someone else will try to help.