开发者

how can I get the youtube shared links from my facebook account?

开发者 https://www.devze.com 2023-02-14 07:38 出处:网络
I want to list the YouTu开发者_如何学JAVAbe video links in my iPhone app that I have shared in my facebook account.

I want to list the YouTu开发者_如何学JAVAbe video links in my iPhone app that I have shared in my facebook account.

How can I do this ?

Please if you have knowledge about this, please share with us.

Thanks in advance.


Look at FBConnect FBConnect and Graph API or REST API to see if this is possible.


Do the following instruction;

  1. make a request for metadata.
  2. After getting the response for metadata, just parse links dictionary from connections. You will get one url with access_token and signature.
  3. Make one more request with the url.
eg:[fbGraph doGraphGetWithUrlString:[[[resultFacebook valueForKey:@"metadata"] valueForKey:@"connections"] valueForKey:@"links"]]

4 . Now you will get list of YouTube url from Facebook that already is in your Facebook Wall.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号