I want to get links of from a web page.. I have been successful in parsing the html now all i want are their links... do you have any idea as to how can i get those hyperlinks? any help would be appreciated....
thanks
Related
can any one help me out for "Integration of Facebook Fanbox widget" into an iPhone how can i integrate facebook fanbox into my iphone application? any suggestion or help and code will be appreciated
i know about this link but how to integrate this for iPhone app that i don't know
https://developers.facebook.com/docs/plugins/like-box-for-pages/
Thanks in advance :)
Well, as you haven't provided a great deal of information about how you would like to achieve this, all I can suggest is going to the link you listed above and using the tool to generate the html code you need.
Then create a uiwebview on your viewcontroller and use
[webView loadHTMLString:html];
Where webview is the webview you added and html is an NSString with a value of the code facebook provided. Alternatively create a local html file that has the facebook code in it and load the file into the webview.
Hello fellow members,
I am currently developing an app which needs to have a Facebook page embedded inside it I have looked at the Facebook SDK and cannot seem to find a way of doing this.
Any suggestions or thoughts on this would be really appreciated
Thanks
Tom
Put a UIWebView in there and load an NSURL inside of it, with the URL being the address of your page.
Hai Guys,
I am new to Drupal.Here I am using Drupal 7.I installed fb.module.And i have one tpl file with some data.Now i want to share that data with facebook.Is it possible?
Please any one help me out.
You can use RSS to share your website updates
At Drupal side, you build your rss with views
At Facebook side, you can use RSS graffiti for example to aggregate
datas
OK, so I'm currently having a play around building an iPhone Web App, in which it displays an RSS feed. I have got it displaying nicely and looking good, but everytime a user clicks on the title of a story, they then get taken to the main site, which I don't want as it's not mobile optimised. The rss feed is a full rss feed, so the whole story is in the description. I want the description, along with other html code that's neccesary for the web app, to display when the user clicks the title. What link I direct them to is not a problem, the problem is how to get the description displaying along with the other html when they go to that link.
Is it possible to do this? Perhaps with javascript, which I don't really know but a few pointers would be great?!
Thank you!
You can package up the data you have and push it into a UIWebView.
I've been asked to build a facebook fan page, that displays the latest RSS from a blog and the latest tweets from an user.
Something just like this:
http://www.facebook.com/ibmargentina?v=app_223277347226&ref=ts
I already know the basics for working with FBML, but I can't figure how can I display external data...
Any tips would be greatly appreciated.
Thanks in advance..
Here you go: http://forum.developers.facebook.com/viewtopic.php?pid=129641
Here is another how to: http://www.howtoforge.com/rss_facebook_app_php_p3
Check out the discussions, everything you want to know is there.
http://www.facebook.com/apps/application.php?sid=59c8a2bba844922b5153efc9b9eba237&id=4949752878&ref=s
Facebook has put up a new guide for apps and pages at http://developers.facebook.com/docs/guides/canvas that is fairly helpful.
One thing that was a bit elusive to me at first was that you have one page that serves the canvas and then you have a second page (they recommend a subdirectory /tab) that serves the page content. So you can have a working app and canvas page and still not have it show up as a tab when you add the app to your "page".
(I know this is an old question, but I found it so I figure others might too)