¡@

Home 

2014/10/15 ¤U¤È 10:14:31

iphone Programming Glossary: stream.publish

FBConnect facebook.stream.publish with NSDictionary problems

http://stackoverflow.com/questions/1652049/fbconnect-facebook-stream-publish-with-nsdictionary-problems

facebook.stream.publish with NSDictionary problems I have this code that can't send a Facebook request until now. NSDictionary firstDict NSDictionary.. attachment NSDictionary dictionaryWithObjects objects forKeys keys FBRequest requestWithDelegate self call @ facebook.stream.publish params attachment I took this sample http forum.developers.facebook.com viewtopic.php pid 145965 But every time I run it.. Facebook @ user_message_prompt actionLinksStr @ action_links attachmentStr @ attachment nil _facebook dialog @ stream.publish andParams params andDelegate self The image part should be another NSDictionary object. NSDictionary imageShare NSDictionary..

Api Facebook iphone , possible to post to a friend's wall

http://stackoverflow.com/questions/4126400/api-facebook-iphone-possible-to-post-to-a-friends-wall

SOME FACEBOOK ID forKey @ target_id At some point you need to create the following Facebook instance facebook dialog @ stream.publish andParams params andDelegate self I haven't actually tested this code but this is a pretty straight forward thing to once..

post link using facebook sdk on iphone

http://stackoverflow.com/questions/4422306/post-link-using-facebook-sdk-on-iphone

API on the web but not the SDK so while @ feed is the correct name for the dialog after the API update the old name stream.publish is still used in the code. Therefore to get the params to work and actually be part of the message you have to use _facebook.. the code. Therefore to get the params to work and actually be part of the message you have to use _facebook dialog @ stream.publish andParams params andDelegate self Source here Also see iPortable's answer for another mistake by facebook. share improve..

How to publish from iOS application to facebook wall without user amending message

http://stackoverflow.com/questions/5377584/how-to-publish-from-ios-application-to-facebook-wall-without-user-amending-messa

@ caption @ Download the app NOW from the App Store @ description facebookMessage @ message nil facebook dialog @ stream.publish andParams params andDelegate self Code to publish direct to wall not proved which raises active token error Facebook Application..

iOS SDK posting a link & displaying a thumbnail

http://stackoverflow.com/questions/6509838/ios-sdk-posting-a-link-displaying-a-thumbnail

Facebook @ user_message_prompt actionLinksStr @ action_links attachmentStr @ attachment nil _facebook dialog @ stream.publish andParams params andDelegate self iphone ios facebook ipad thumbnails share improve this question A different approach..