OpenGraphRequest class
OpenGraphRequest is a singleton class that fetches OpenGraph data from the given URL
- Implemented types
Constructors
- OpenGraphRequest.new()
-
Factory constructor
factory
Properties
- configuration ↔ OpenGraphConfiguration?
-
Credentials for the OpenGraph API
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
urls
↔ Map<
String, OpenGraphEntity> -
Save temporal data of the fetched URLs
getter/setter pair
Methods
-
clearList(
) → void -
fetch(
String url) → Future< OpenGraphEntity> -
Fetches the OpenGraph data from the given URL
override
-
findObjectOnList(
String id) → OpenGraphEntity -
initProvider(
OpenGraphConfiguration configuration) → void -
Initializes the provider with the given credentials
override
-
maxObjects(
) → void -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
overrideObjectOnList(
OpenGraphEntity object, String id) → void -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited