[This is preliminary documentation and is subject to change.]

Fetches and re-caches the content stored at the given URL.

Namespace:  Facebook.Api.Controllers
Assembly:  Facebook (in Facebook.dll) Version: 0.2009.3.23 (0.2009.3.23)

Syntax

C#
public FacebookResponse<bool> RefreshRefUrl(
	string url
)
Visual Basic (Declaration)
Public Function RefreshRefUrl ( _
	url As String _
) As FacebookResponse(Of Boolean)
Visual C++
public:
FacebookResponse<bool>^ RefreshRefUrl(
	String^ url
)

Parameters

url
Type: System..::.String
The absolute URL from which to fetch content. This URL should be used in a fb:refFBML tag.

Return Value

[Missing <returns> documentation for "M:Facebook.Api.Controllers.FbmlController.RefreshRefUrl(System.String)"]

See Also

FbmlController Class
Facebook.Api.Controllers Namespace