Integrate Yammer API into iphone app? - iphone

Can anybody help me to integrate yammer into iphone app.
How to authenticate user?
How to get feed?
How to post messages?

There is mobile SDK for iOS available from http://developer.yammer.com/mobile/. This will help you authenticate and perform those other tasks.

Related

Facebook API - Notifications for mobile

Using facebook api, I managed to send notifications perfectly fine, however I noticed that notifications can only be sent to facebook users that are not on mobile.. So all mobile users get NO notifications until they are on a PC.
My app is using 'Facebook canvas', and 'Website' in the developer settings.
Any help is greatly appreciated, thanks :)
The notifications are only surfaced on the desktop web version of Facebook
Source: https://developers.facebook.com/docs/games/services/appnotifications

Queries Facebook sdk 2.1 for unity3d

I am developing an application on Unity and need location information of my friends. Facebook Graph API says i have to submit the app for review before accessing these informations. Since my target platform is not facebook but iOS and Android. Why do i need to submit the app here?
Facebook also asks for apk build and iOS link, Do they review this like iTunes? Please clarify.
If yes, How can i submit the build when its still in development phase ?
Any suggestions would really be helpful.
Thanks in advance...

Does dropbox provide new account creation via SDK in IOS app?

hi Friends i have to implement Drop box API in my project. Does Dropbox provide new account creation via SDK in IPHONE application? or Already signed user only Acces Dropbox through IOS application. Please Help me
Thanks in Advance
No, the Dropbox API does not currently offer a call for account creation. Users can create accounts via the Web site or official app if necessary.

iPhone: how to upload Photos to Twitter

I am working on Twitter app for iPhone; in this app, I am using MGTwitterEngine and OAuth. I want to upload photos to a user's profile; could you please guide me how to add this feature to my Twitter app? Thanks.
This will do: http://www.getsharekit.com/. It supports many other social services too, so you could potentially upload images to other networks too :)

How to use facebook connect in an iphone app

I have looked at the facebook iphone api and watched the tutorial they offer but an not sure if one needs to have a facebook app as well to be able to connect an iphone app to facebook.
I would like to allow my users to be able to share things on their profile. e.g. set their status from within my iphone app.
How is this done?
Try the Facebook iPhone SDK
--edit--
You need to register your application to use the API.
Authentication Docs